From: Steve Rosiak Date: Thu, 26 May 2016 09:49:23 +0000 (+0200) Subject: fbb-web - ILA Livegang - htaccess entfernt X-Git-Tag: v0.1.0~4792 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=140cf6a1e7949e77c0e96fa1ac6bb075e89e2c53;p=pixelpark%2Fhiera.git fbb-web - ILA Livegang - htaccess entfernt --- 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'