Add 502 page
This commit is contained in:
parent
4905f55268
commit
e7842a2a49
2 changed files with 29 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue