fix proxy_path for stf-auth in deployment doc

This commit is contained in:
Vishal Banthia
2015-09-08 22:00:06 +09:00
parent d439808902
commit 83d3e566fa

View File

@@ -688,8 +688,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/ {