sparkwallet auth through traefik

This commit is contained in:
kexkey
2019-04-04 17:18:36 -04:00
committed by kexkey
parent 54b0bf9d7b
commit d9a1a34e00
5 changed files with 6 additions and 26 deletions

View File

@@ -10,8 +10,6 @@ server {
root /etc/nginx/conf.d;
}
include /etc/nginx/conf.d/nginx-spark-conf;
location /v0/ {
auth_request /auth;
proxy_pass http://proxy:8888/;