ingress-proxy: fix
This commit is contained in:
parent
f3e0bf7e46
commit
f77133e5ab
1 changed files with 5 additions and 5 deletions
|
@ -58,11 +58,11 @@ in {
|
|||
locations."/" = {
|
||||
proxyPass = "http://hsb";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_set_header Host "happ.ystatic.buzz";
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
'';
|
||||
#extraConfig = ''
|
||||
# proxy_set_header Host "happ.ystatic.buzz";
|
||||
# proxy_set_header X-Forwarded-For $remote_addr;
|
||||
# proxy_set_header X-Forwarded-Proto $scheme;
|
||||
#'';
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 40M;
|
||||
|
|
Loading…
Add table
Reference in a new issue