fix: add ipv6 support for internal nginx proxy
This commit is contained in:
@@ -5,6 +5,7 @@ events {
|
|||||||
http {
|
http {
|
||||||
server {
|
server {
|
||||||
listen 7575;
|
listen 7575;
|
||||||
|
listen [::]:7575;
|
||||||
|
|
||||||
# Route websockets traffic to port 3001
|
# Route websockets traffic to port 3001
|
||||||
location /websockets {
|
location /websockets {
|
||||||
|
|||||||
Reference in New Issue
Block a user