Use $QUAYPATH and $QUAYDIR in conf and init files

This commit is contained in:
Antoine Legrand 2017-02-02 00:17:25 +01:00 committed by Antoine Legrand
parent 334a08d90b
commit cdb3722c17
59 changed files with 341 additions and 225 deletions

View file

@ -166,11 +166,11 @@ location /c1/ {
location /static/ {
# checks for static file, if not found proxy to app
alias /static/;
alias {{static_dir}};
error_page 404 /404;
}
error_page 502 /static/502.html;
error_page 502 {{static_dir}}/502.html;
location ~ ^/b1/controller(/?)(.*) {
proxy_pass http://build_manager_controller_server/$2;