commit a66ce2ce1a973722dae1ef0196eb8b85b6a69c7d parent f6f48d0ea8adba7772352a46927b432c135e498e Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 20 Jun 2016 17:03:30 +0200 message informing buildbot is down Diffstat:
| M | etc/nginx/sites-enabled/buildbot-ssl.site | | | 5 | +++++ |
| M | etc/nginx/sites-enabled/buildbot.site | | | 5 | +++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site @@ -22,4 +22,9 @@ server { proxy_redirect off; proxy_set_header Host $host; } + + error_page 502 /502.html; + location = /502.html { + root /home/fournier/buildbot; + } } diff --git a/etc/nginx/sites-enabled/buildbot.site b/etc/nginx/sites-enabled/buildbot.site @@ -13,4 +13,9 @@ server { proxy_redirect off; proxy_set_header Host $host; } + + error_page 502 /502.html; + location = /502.html { + root /home/fournier/buildbot; + } }