Update index.py
This commit is contained in:
parent
86f3462d68
commit
06220159fb
|
|
@ -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…
Reference in New Issue