From f76545fbd67787f74b469b9c35caf81f73bc5b1c Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 13:44:44 -0400 Subject: [PATCH] ingress-proxy: not https over proxy lol --- nixos/hosts/ingress-proxy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 5f97aee..c6a55cf 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -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;