mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-30 19:15:27 +01:00
Various versioning fixes
This commit is contained in:
@@ -14,9 +14,9 @@ server {
|
||||
index statuspage.html;
|
||||
}
|
||||
|
||||
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