From 9aec98de37600099f0710b66f454758e67be28eb Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 16 Jun 2016 18:04:58 +0200 Subject: [PATCH] gitlab - nginx stuff --- customer/pixelpark/git01.pixelpark.com.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/customer/pixelpark/git01.pixelpark.com.yaml b/customer/pixelpark/git01.pixelpark.com.yaml index f03bffad..f4a2c677 100644 --- a/customer/pixelpark/git01.pixelpark.com.yaml +++ b/customer/pixelpark/git01.pixelpark.com.yaml @@ -26,8 +26,9 @@ nginx::nginx_vhosts: 'error_page 422': '/422.html' 'error_page 500': '/500.html' 'error_page 502': '/502.html' - locations: - docroot: - www_root: /opt/gitlab/embedded/service/gitlab-rails/public/ - internal: true - location: '~ ^/(404|422|500|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$' -- 2.39.5