]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
gitlab - nginx stuff
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 16 Jun 2016 16:04:58 +0000 (18:04 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 16 Jun 2016 16:04:58 +0000 (18:04 +0200)
customer/pixelpark/git01.pixelpark.com.yaml

index f03bffad77857b8f20569b339ae6ee5726253399..f4a2c6777a7209dccf7a21689bd81c69b84bbfc5 100644 (file)
@@ -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$'