Update nginxproxymanager.sh

prep for v2.10.2
This commit is contained in:
tteckster 2023-03-31 00:57:43 -04:00 committed by GitHub
parent 645f0ab431
commit 4ca034ed11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ EOF
msg_ok "Initialized Backend"
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
systemctl enable npm &>/dev/null
systemctl start openresty
systemctl start npm