diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 3c1b2f7b..e522419c 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -188,8 +188,7 @@ msg_ok "Created Service" msg_info "Starting Services" sed -i 's/user npm/user root/g; s/^pid/#pid/g' /usr/local/openresty/nginx/conf/nginx.conf sed -r -i 's/^([[:space:]]*)su npm npm/\1#su npm npm/g;' /etc/logrotate.d/nginx-proxy-manager -systemctl daemon-reload -systemctl enable -q --now openresty +#systemctl enable -q --now openresty systemctl enable -q --now npm systemctl restart openresty msg_ok "Started Services"