update oravle reverse proxy setting for sso

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-18 20:15:40 -05:00
parent ac07ef2849
commit 8bf46bde79

View file

@ -138,6 +138,9 @@
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://100.64.0.13"; proxyPass = "http://100.64.0.13";
extraConfig = ''
proxy_set_header X-Forwarded-Proto https;
'';
}; };
}; };
"obsidiansync.joshuabell.xyz" = { "obsidiansync.joshuabell.xyz" = {
@ -169,7 +172,6 @@
}; };
}; };
"_" = { "_" = {
default = true; default = true;
locations."/" = { locations."/" = {