summaryrefslogtreecommitdiff
path: root/etc/nginx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-21 23:46:13 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-21 23:46:13 +0100
commit35baa0a2c6ff978995c963bad770a24aced082da (patch)
tree46aa4a2679bea9cf89b08d72c435cddfcfbf15e6 /etc/nginx
parenta93a91a0603a848e9d1de200e3b5ae74bbdcb1f8 (diff)
downloaddeployment-35baa0a2c6ff978995c963bad770a24aced082da.tar.gz
deployment-35baa0a2c6ff978995c963bad770a24aced082da.tar.bz2
deployment-35baa0a2c6ff978995c963bad770a24aced082da.zip
remove error page that does not exist anymore
Diffstat (limited to 'etc/nginx')
-rw-r--r--etc/nginx/sites-enabled/buildbot-ssl.site5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site
index 5d16ed0..ba998bb 100644
--- a/etc/nginx/sites-enabled/buildbot-ssl.site
+++ b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -19,10 +19,5 @@ server {
proxy_set_header Connection "upgrade";
}
- error_page 502 /502.html;
- location = /502.html {
- root /home/fournier/buildbot;
- }
-
include conf.d/favicon_robots;
}