Add 502 page

This commit is contained in:
Joseph Schorr 2016-02-01 15:07:50 +02:00
parent 4905f55268
commit e7842a2a49
2 changed files with 29 additions and 0 deletions

View file

@ -116,6 +116,8 @@ location /static/ {
error_page 404 /404;
}
error_page 502 /static/502.html;
location ~ ^/b1/controller(/?)(.*) {
proxy_pass http://build_manager_controller_server/$2;
}