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" = {
|
"sapphic.engineer" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "https://se";
|
proxyPass = "http://se";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
|
@ -127,7 +127,7 @@ in {
|
||||||
|
|
||||||
locations."/proxy" = {
|
locations."/proxy" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "https://se";
|
proxyPass = "http://se";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
|
|
Loading…
Add table
Reference in a new issue