Update nginxproxymanager-install.sh

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

View File

@ -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"