Various versioning fixes

This commit is contained in:
kexkey
2018-12-21 12:21:28 -05:00
parent f9e86fd116
commit 9ef48fea2c
14 changed files with 76 additions and 45 deletions

View File

@@ -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 {