]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Renaming parameter for a nginx vhost parameter
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 10 Sep 2018 14:52:56 +0000 (16:52 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 10 Sep 2018 14:52:56 +0000 (16:52 +0200)
customer/pixelpark/bauhaus.pixelpark.com.yaml

index b16b7a22f72f35f8a7e70578b680bc9d17ecfb1b..56bd81dc29a3db3addb8d41d41962cd9d2663f1e 100644 (file)
@@ -45,7 +45,8 @@ nginx::nginx_vhosts:
     ssl: true
     ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem
     ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem
-    rewrite_to_https: true
+    #rewrite_to_https: true
+    ssl_redirect: true
 #
 # Nexus
 #
@@ -66,7 +67,8 @@ infra::profile::infrastructure::nexus::nginx_vhosts:
     ssl: true
     ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem
     ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem
-    rewrite_to_https: true
+    #rewrite_to_https: true
+    ssl_redirect: true
 infra::profile::infrastructure::nexus::version: '2.14.0'
 
 #
@@ -107,7 +109,8 @@ infra::profile::infrastructure::sonarqube::nginx_vhosts:
     ssl: true
     ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem
     ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem
-    rewrite_to_https: true
+    #rewrite_to_https: true
+    ssl_redirect: true
 
 #infra::profile::infrastructure::sonarqube::plugins:
 #  sonar-php-plugin:
@@ -145,7 +148,8 @@ infra::profile::infrastructure::jenkins::nginx_vhosts:
     ssl: true
     ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem
     ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem
-    rewrite_to_https: true
+    #rewrite_to_https: true
+    ssl_redirect: true
     proxy_connect_timeout: "600"
     proxy_read_timeout: "600"
     proxy_connect_timeout: "600"