Update index.py

This commit is contained in:
midoks 2019-01-20 23:07:50 +08:00
parent 86f3462d68
commit 06220159fb
1 changed files with 0 additions and 2 deletions

View File

@ -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)