From e05790de350b3b8be92dfbd1c538bf067d27fd1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 21 Mar 2018 15:02:39 +0100 Subject: [PATCH] mbvd-static: listen on all ips --- customer/mbvd-static/www-mbvd-static.pixelpark.net.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/customer/mbvd-static/www-mbvd-static.pixelpark.net.yaml b/customer/mbvd-static/www-mbvd-static.pixelpark.net.yaml index ee691df8..5541220d 100644 --- a/customer/mbvd-static/www-mbvd-static.pixelpark.net.yaml +++ b/customer/mbvd-static/www-mbvd-static.pixelpark.net.yaml @@ -6,7 +6,6 @@ infra::additional_classes: - git apache::mpm_module: event -apache::default_vhost: false repo::remi_php56: true php::fpm::pools: @@ -45,8 +44,6 @@ infra::profile::apache::vhosts: docroot: '/srv/www/mercedes-benz-versicherung' docroot_owner: apache docroot_group: apache - ip: 77.74.234.55 - port: 80 directories: - directory_root: provider: directory @@ -62,7 +59,7 @@ infra::profile::apache::vhosts: - location_php_fpm: provider: location path: '/php-fpm-status' - require: + require: - 'ip 127.0.0.1 ::1 217.66.51.0/24' sethandler: "proxy:unix:/var/run/php5-fpm-www.sock|fcgi://./" @@ -70,4 +67,4 @@ accounts::users: deploy.vogel: apply: true sudo: true - group: "apache" \ No newline at end of file + group: "apache" -- 2.39.5