This commit is contained in:
parent
1a3e14040c
commit
1ad4382e97
3 changed files with 62 additions and 0 deletions
|
|
@ -182,6 +182,12 @@ server {
|
|||
proxy_redirect off;
|
||||
}
|
||||
|
||||
location /qa/ {
|
||||
proxy_pass http://fic-qa:8083;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
location /registration {
|
||||
#auth_basic "Secure Zone";
|
||||
#auth_basic_user_file ficpasswd;
|
||||
|
|
|
|||
Reference in a new issue