255 current 2025-10-11 00:13:49 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 00:33:02 -05:00
parent d0c59fa764
commit aed29a27de

View File

@@ -110,6 +110,8 @@ in
''; '';
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyPass = "http://127.0.0.1:${toString cfg.port}";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}; };
}; };
# external reverse proxy entry # external reverse proxy entry
@@ -122,6 +124,8 @@ in
''; '';
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyPass = "http://127.0.0.1:${toString cfg.port}";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}; };
}; };