ingress-proxy: not https over proxy lol
This commit is contained in:
parent
ef52ef21d4
commit
f76545fbd6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue