]> 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 15:02:13 +0000 (17:02 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 10 Sep 2018 15:02:13 +0000 (17:02 +0200)
customer/fbb-web/development.yaml
customer/pixelpark/bauhaus.pixelpark.com.yaml
customer/pixelpark/dev-artifacts.pixelpark.com.yaml
customer/pixelpark/dev-chat.pixelpark.com.yaml

index 4a44422f08dd7b1c5c608205986c29da65642feb..eb0765227bc5dc56d9faea5a0eec538613624d77 100644 (file)
@@ -104,7 +104,7 @@ infra::profile::nginx_php_fpm_server::vhosts:
         - '217.66.56.0/24'
         - '194.174.72.0/21'
       deny: 'all'
-    rewrite_to_https: true
+    ssl_redirect: true
     ssl: true
     ssl_cert: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
     ssl_key: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
@@ -167,7 +167,7 @@ infra::profile::nginx_php_fpm_server::vhosts:
     rewrite_rules:
       - '/wp-admin$ $scheme://$host$uri/ permanent'
       - '/files/$ /index.php last'
-    rewrite_to_https: true
+    ssl_redirect: true
     ssl: true
     ssl_cert: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
     ssl_key: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
index 56bd81dc29a3db3addb8d41d41962cd9d2663f1e..8c45de4ab9f840e5b98010cdf6e7dd027e5cdd54 100644 (file)
@@ -45,7 +45,6 @@ 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
     ssl_redirect: true
 #
 # Nexus
@@ -67,7 +66,6 @@ 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
     ssl_redirect: true
 infra::profile::infrastructure::nexus::version: '2.14.0'
 
@@ -109,7 +107,6 @@ 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
     ssl_redirect: true
 
 #infra::profile::infrastructure::sonarqube::plugins:
@@ -148,7 +145,6 @@ 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
     ssl_redirect: true
     proxy_connect_timeout: "600"
     proxy_read_timeout: "600"
index 6c95b0927abb2ee7515d109081b0108e8a590b2d..af2226ccd976dd22c17891a3876d64e76b760788 100644 (file)
@@ -68,7 +68,7 @@ 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
+    ssl_redirect: true
 
 infra::profile::infrastructure::nexus::version: '3.11.0-01'
 
index 802b0cbb6d52b1eecad6b60bec876d2eabd67594..d7dded1a2ec04ac3bdc0dfc17902573a19457221 100644 (file)
@@ -27,7 +27,7 @@ nginx::nginx_vhosts:
     ssl_dhparam: /etc/ssl/certs/dhparam.pem
     ssl_ciphers: 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'
     ssl_protocols: 'TLSv1.2'
-    rewrite_to_https: true
+    ssl_redirect: true
     proxy: http://rocket_chat
     add_header:
       Strict-Transport-Security: "max-age=63072000"