update oravle reverse proxy setting for sso
This commit is contained in:
parent
ac07ef2849
commit
8bf46bde79
1 changed files with 3 additions and 1 deletions
|
|
@ -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."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue