From: Philipp Dallig Date: Thu, 16 Jun 2016 16:10:20 +0000 (+0200) Subject: other values after nginx update X-Git-Tag: v0.1.0~4677 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6a467d52a3e360c4a61e43641adfd9643cbfc48c;p=pixelpark%2Fhiera.git other values after nginx update --- diff --git a/customer/pixelpark/git01.pixelpark.com.yaml b/customer/pixelpark/git01.pixelpark.com.yaml index f4a2c677..cd239cd8 100644 --- a/customer/pixelpark/git01.pixelpark.com.yaml +++ b/customer/pixelpark/git01.pixelpark.com.yaml @@ -26,9 +26,8 @@ nginx::nginx_vhosts: 'error_page 422': '/422.html' 'error_page 500': '/500.html' 'error_page 502': '/502.html' -nginx::nginx_locations: - docroot: - vhost: gitlab - www_root: /opt/gitlab/embedded/service/gitlab-rails/public/ - internal: true - location: '~ ^/(404|422|500|502)\.html$' + locations: + docroot: + www_root: /opt/gitlab/embedded/service/gitlab-rails/public/ + internal: true + location: '~ ^/(404|422|500|502)\.html$'