CI: also build qa
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2020-11-13 14:31:51 +01:00
commit 1ad4382e97
3 changed files with 62 additions and 0 deletions

View file

@ -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;