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

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