From bf6790ad69fb1f345e943a2e978a15f0f20e49f3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 10 Sep 2018 16:52:56 +0200 Subject: [PATCH] Renaming parameter for a nginx vhost parameter --- customer/pixelpark/bauhaus.pixelpark.com.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/customer/pixelpark/bauhaus.pixelpark.com.yaml b/customer/pixelpark/bauhaus.pixelpark.com.yaml index b16b7a22..56bd81dc 100644 --- a/customer/pixelpark/bauhaus.pixelpark.com.yaml +++ b/customer/pixelpark/bauhaus.pixelpark.com.yaml @@ -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" -- 2.39.5