Hi,
Could you please provide an example Nginx configuration for running Danbyte behind a reverse proxy when Danbyte itself is running in Docker?
My setup is:
Danbyte is running via Docker Compose.
The Danbyte Nginx container is exposed on host port 8443.
There is another Nginx running directly on the Docker host.
The external Nginx terminates HTTPS and proxies traffic to https://127.0.0.1:8443.
Regular HTTP traffic works correctly, but the /ws/presence/ WebSocket connection is being rejected (WSREJECT).
Could you share a recommended/example Nginx reverse proxy configuration for this setup, including the correct WebSocket configuration for /ws/?
Thanks!
Hi,
Could you please provide an example Nginx configuration for running Danbyte behind a reverse proxy when Danbyte itself is running in Docker?
My setup is:
Danbyte is running via Docker Compose.
The Danbyte Nginx container is exposed on host port 8443.
There is another Nginx running directly on the Docker host.
The external Nginx terminates HTTPS and proxies traffic to https://127.0.0.1:8443.
Regular HTTP traffic works correctly, but the /ws/presence/ WebSocket connection is being rejected (WSREJECT).
Could you share a recommended/example Nginx reverse proxy configuration for this setup, including the correct WebSocket configuration for /ws/?
Thanks!