ingress-proxy: not https over proxy lol

This commit is contained in:
41666 2024-03-30 13:44:44 -04:00
parent ef52ef21d4
commit f76545fbd6

View file

@ -118,7 +118,7 @@ in {
"sapphic.engineer" = {
locations."/" = {
recommendedProxySettings = true;
proxyPass = "https://se";
proxyPass = "http://se";
proxyWebsockets = true;
extraConfig = ''
proxy_request_buffering off;
@ -127,7 +127,7 @@ in {
locations."/proxy" = {
recommendedProxySettings = true;
proxyPass = "https://se";
proxyPass = "http://se";
extraConfig = ''
proxy_request_buffering off;