Fix IP for catacomb forward
This commit is contained in:
parent
8f030a559b
commit
9fcd9bf01d
|
@ -12,18 +12,18 @@
|
||||||
'';
|
'';
|
||||||
locations = {
|
locations = {
|
||||||
# Forwards to the index server
|
# Forwards to the index server
|
||||||
"/browse/".proxyPass = "http://10.7.3.16:7472/browse/";
|
"/browse/".proxyPass = "http://10.22.20.2:7472/browse/";
|
||||||
# Forwards to nginx via catacomb auth server
|
# Forwards to nginx via catacomb auth server
|
||||||
"/".extraConfig = ''
|
"/".extraConfig = ''
|
||||||
auth_request /auth;
|
auth_request /auth;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_pass http://10.7.3.16:7470/;
|
proxy_pass http://10.22.20.2:7470/;
|
||||||
'';
|
'';
|
||||||
"= /auth".extraConfig = ''
|
"= /auth".extraConfig = ''
|
||||||
internal;
|
internal;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_pass_request_body off;
|
proxy_pass_request_body off;
|
||||||
proxy_pass http://10.7.3.16:7471/;
|
proxy_pass http://10.22.20.2:7471/;
|
||||||
proxy_set_header Content-Length "";
|
proxy_set_header Content-Length "";
|
||||||
proxy_set_header X-Original-URI $request_uri;
|
proxy_set_header X-Original-URI $request_uri;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue