mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 00:03:28 +02:00
Merge pull request #75 from vbanthia/update-deployment.md
Fix proxy_path for stf-auth in sample nginx.conf
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user