From 8bf46bde79ab964121cecb0075140daf70e0de80 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 18 Aug 2025 20:15:40 -0500 Subject: [PATCH] update oravle reverse proxy setting for sso --- hosts/oracle/o001/nginx.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index b93eb3b..ed89398 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -138,6 +138,9 @@ forceSSL = true; locations."/" = { proxyPass = "http://100.64.0.13"; + extraConfig = '' + proxy_set_header X-Forwarded-Proto https; + ''; }; }; "obsidiansync.joshuabell.xyz" = { @@ -169,7 +172,6 @@ }; }; - "_" = { default = true; locations."/" = {