mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 20:55:04 +01:00
Proxy's hostname is proxy
This commit is contained in:
@@ -9,7 +9,7 @@ server {
|
||||
|
||||
location / {
|
||||
auth_request /auth;
|
||||
proxy_pass http://cyphernode:8888;
|
||||
proxy_pass http://proxy:8888;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
|
||||
@@ -6,7 +6,7 @@ server {
|
||||
|
||||
location / {
|
||||
auth_request /auth;
|
||||
proxy_pass http://cyphernode:8888;
|
||||
proxy_pass http://proxy:8888;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
|
||||
Reference in New Issue
Block a user