mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 03:53:22 +02:00
fix proxy_path for stf-auth in deployment doc
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user