From 140cf6a1e7949e77c0e96fa1ac6bb075e89e2c53 Mon Sep 17 00:00:00 2001 From: Steve Rosiak Date: Thu, 26 May 2016 11:49:23 +0200 Subject: [PATCH] fbb-web - ILA Livegang - htaccess entfernt --- customer/fbb-web/production.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index 7062209f..73f78ca1 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -304,8 +304,8 @@ site::profile::nginx_php_fpm_server::vhosts: - '^/wp-admin/$ $scheme://$host/wp-admin/index.php permanent' client_max_body_size: '32M' listen_port: 80 - auth_basic: 'Server' - auth_basic_user_file: '/etc/nginx/.htpasswd' +# auth_basic: 'Server' +# auth_basic_user_file: '/etc/nginx/.htpasswd' access_log: '/var/log/nginx/ila-access_log' error_log: '/var/log/nginx/ila-error_log' format_log: 'combined' @@ -337,8 +337,8 @@ site::profile::nginx_php_fpm_server::vhosts: client_max_body_size: '32M' listen_port: 443 ssl_port: 444 - auth_basic: 'Server' - auth_basic_user_file: '/etc/nginx/.htpasswd' +# auth_basic: 'Server' +# auth_basic_user_file: '/etc/nginx/.htpasswd' access_log: '/var/log/nginx/ila-access_log' error_log: '/var/log/nginx/ila-error_log' format_log: 'combined' -- 2.39.5