From 35fc7afeec81aee80ab92302cc68bdff1b11195a Mon Sep 17 00:00:00 2001 From: sascha Date: Thu, 12 Oct 2017 15:26:56 +0200 Subject: [PATCH] config for test-webstats01 --- .../pixelpark-piwik/test-webstats01.pixelpark.net.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml index 1c0bcc5b..65e9336d 100644 --- a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml +++ b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml @@ -19,6 +19,7 @@ infra::profile::nginx_php_fpm_server::vhosts: ssl_cert: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem' ssl_key: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem' client_max_body_size: '32M' + use_default_location: false listen_port: 80 # auth_basic: 'Server' # auth_basic_user_file: '/etc/nginx/.htpasswd' @@ -34,13 +35,6 @@ infra::profile::nginx_php_fpm_server::vhosts: - '/index.php?$args' autoindex: 'on' -infra::profile::nginx_php_fpm_server::location: - 'piwik': - www_root: '/srv/www/test-webstats01' - vhost: - location: '/' - location_deny: - - 'all' php::extensions: gd: {} mysqlnd: {} -- 2.39.5