From: Philipp Dallig Date: Mon, 27 Mar 2017 10:05:50 +0000 (+0200) Subject: pixelpark - add error-pages X-Git-Tag: v0.1.0~3390^2~21 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a77087d9374271e11dcdb89bddf16ddf39a0ffdb;p=pixelpark%2Fhiera.git pixelpark - add error-pages --- diff --git a/customer/pixelpark/git01.pixelpark.com.yaml b/customer/pixelpark/git01.pixelpark.com.yaml index fabec8ef..bcac44bd 100644 --- a/customer/pixelpark/git01.pixelpark.com.yaml +++ b/customer/pixelpark/git01.pixelpark.com.yaml @@ -27,13 +27,13 @@ nginx::nginx_vhosts: - 'X-Forwarded-Ssl on' proxy_cache: gitlab client_max_body_size: '250m' - vhost_cfg_append: - 'error_page 404': '/404.html' - 'error_page 422': '/422.html' - 'error_page 500': '/500.html' - 'error_page 502': '/502.html' + error_pages: + '404': '/404.html' + '422': '/422.html' + '500': '/500.html' + '502': '/502.html' locations: - docroot: + error-pages: www_root: /opt/gitlab/embedded/service/gitlab-rails/public/ internal: true location: '~ ^/(404|422|500|502)\.html$'