From 33308bee71a573c811aa132681d927569829fe37 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 10 Jun 2016 14:04:10 +0200 Subject: [PATCH] bauhaus - disable explicit listen ip --- customer/pixelpark/bauhaus.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/bauhaus.pixelpark.com.yaml b/customer/pixelpark/bauhaus.pixelpark.com.yaml index f291c557..f0adcd57 100644 --- a/customer/pixelpark/bauhaus.pixelpark.com.yaml +++ b/customer/pixelpark/bauhaus.pixelpark.com.yaml @@ -70,7 +70,7 @@ site::profile::infrastructure::nexus::nginx_vhosts: - 'X-Forwarded-For $proxy_add_x_forwarded_for' - 'X-Real-IP $remote_addr' - 'Host $host' - listen_ip: 217.66.55.70 +# listen_ip: 217.66.55.70 client_max_body_size: 2G ssl: true ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem @@ -95,7 +95,7 @@ site::profile::infrastructure::sonarqube::nginx_vhosts: - 'X-Forwarded-For $proxy_add_x_forwarded_for' - 'X-Real-IP $remote_addr' - 'Host $host' - listen_ip: 217.66.55.71 +# listen_ip: 217.66.55.71 ssl: true ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem -- 2.39.5