From: Frank Brehm Date: Mon, 10 Sep 2018 14:52:56 +0000 (+0200) Subject: Renaming parameter for a nginx vhost parameter X-Git-Tag: v0.1.0~199 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=bf6790ad69fb1f345e943a2e978a15f0f20e49f3;p=pixelpark%2Fhiera.git Renaming parameter for a nginx vhost parameter --- 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"