Merge pull request #75 from vbanthia/update-deployment.md

Fix proxy_path for stf-auth in sample nginx.conf
This commit is contained in:
Simo Kinnunen
2015-09-10 00:09:57 +09:00

View File

@@ -742,8 +742,8 @@ http {
proxy_set_header X-Real-IP $remote_addr;
}
location /auth/mock/ {
proxy_pass http://stf_auth/auth/mock/;
location /auth/ {
proxy_pass http://stf_auth/auth/;
}
location /s/image/ {