Explorar o código

Update nginxproxymanager-install.sh

prep for v2.10.2
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
1088e52b61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/nginxproxymanager-install.sh

+ 1 - 1
install/nginxproxymanager-install.sh

@@ -181,7 +181,7 @@ motd_ssh
 root
 
 msg_info "Starting Services"
-sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
+sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf
 $STD systemctl enable --now openresty
 $STD systemctl enable --now npm
 msg_ok "Started Services"