taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 35baa0a2c6ff978995c963bad770a24aced082da
parent a93a91a0603a848e9d1de200e3b5ae74bbdcb1f8
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 21 Jan 2018 23:46:13 +0100

remove error page that does not exist anymore

Diffstat:
Metc/nginx/sites-enabled/buildbot-ssl.site | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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; }