Browse Source

Update nginxproxymanager.sh

fix update for v2.10.1
tteckster 2 years ago
parent
commit
420492341f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ct/nginxproxymanager.sh

+ 1 - 0
ct/nginxproxymanager.sh

@@ -158,6 +158,7 @@ EOF
   msg_ok "Initialized Backend"
   msg_ok "Initialized Backend"
 
 
   msg_info "Starting Services"
   msg_info "Starting Services"
+  sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
   systemctl enable npm &>/dev/null
   systemctl enable npm &>/dev/null
   systemctl start openresty
   systemctl start openresty
   systemctl start npm
   systemctl start npm