Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/13e65979ee9d467798fdac89f9065f46827769b4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update nginxproxymanager.sh

enable services after update
fixes https://github.com/tteck/Proxmox/issues/1368
pull/1392/head
tteckster 2 years ago committed by GitHub
parent 10deb58fcb
commit 13e65979ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -165,9 +165,8 @@ EOF
msg_info "Starting Services"
sed -i -e 's/^pid/#pid/' -e 's/npmuser/root/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' /opt/certbot/pyvenv.cfg
systemctl enable npm &>/dev/null
systemctl start openresty
systemctl start npm
systemctl enable -q --now openresty
systemctl enable -q --now npm
msg_ok "Started Services"
msg_info "Cleaning up"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.