Closed OutOfThisPlanet closed 8 months ago
It appears to be complaining about IPV6?
I have that entirely disabled on proxmox, my switches, my routers, my clients. Why? I don't like it. NAT works fine for me.
I shall comment out the IPV6 entry in /etc/network/interfaces to see if that fixes it. Edit: It didn't.
Issue fixed by editing the following files:
/usr/local/openresty/nginx/conf.d/default.conf /usr/local/openresty/nginx/conf.d/production.conf
Comment out any lines that looks like this:
listen [::]:80
listen [::]:443 ssl
listen [::]:81 default
Then run rc-service openresty start
Script nginx-proxy-manager
Describe the bug
System info:
Screenshots
Additional context
nginx.conf has the line commented out
Installed within Alpine, using this command (it doesn't install otherwise)
Taken from https://github.com/ej52/proxmox-scripts/issues/153#issuecomment-1891074903