xavier-hernandez / goaccess-for-nginxproxymanager

GoAccess Docker Image for Nginx Proxy Manager and more...
https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager
MIT License
544 stars 40 forks source link

NPM + Authelia + Goaccess = wss socket error #117

Closed benisai closed 1 year ago

benisai commented 1 year ago

to fix this, please enable websockets in NPM and add the following to the Custom Nginx Configuration for the proxy host Add under the "location / {"

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";