mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-27 09:37:27 +01:00
Various versioning fixes
This commit is contained in:
@@ -4,9 +4,9 @@ server {
|
||||
|
||||
#include /etc/nginx/conf.d/ip-whitelist.conf;
|
||||
|
||||
location / {
|
||||
location /v0/ {
|
||||
auth_request /auth;
|
||||
proxy_pass http://proxy:8888;
|
||||
proxy_pass http://proxy:8888/;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
|
||||
Reference in New Issue
Block a user