Proxy's hostname is proxy

This commit is contained in:
kexkey
2018-11-21 11:26:01 -05:00
parent 8198b1977a
commit 2106d717d7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ server {
location / {
auth_request /auth;
proxy_pass http://cyphernode:8888;
proxy_pass http://proxy:8888;
}
location /auth {

View File

@@ -6,7 +6,7 @@ server {
location / {
auth_request /auth;
proxy_pass http://cyphernode:8888;
proxy_pass http://proxy:8888;
}
location /auth {