Update index.py

pull/109/head
midoks 3 years ago
parent d42a34be48
commit 5c851db777
  1. 2
      plugins/openresty/index.py

@ -139,7 +139,7 @@ def confReplace():
# 静态配置
static_conf = getServerDir() + '/nginx/conf/enable-php-00.conf'
if os.path.exists(static_conf):
if not os.path.exists(static_conf):
mw.writeFile(static_conf, '')
# give nginx root permission

Loading…
Cancel
Save