Update index.py

pull/109/head
midoks 6 years ago
parent 86f3462d68
commit 06220159fb
  1. 2
      plugins/openresty/index.py

@ -121,8 +121,6 @@ def confReplace():
user_group = 'staff'
content = content.replace('{$EVENT_MODEL}', 'kqueue')
else:
user = 'www'
user_group = 'www'
content = content.replace('{$EVENT_MODEL}', 'epoll')
content = content.replace('{$OS_USER}', user)

Loading…
Cancel
Save