From 1b254e273f0296ce9c880c95ea416e915306003c Mon Sep 17 00:00:00 2001 From: Steve Rosiak Date: Fri, 20 May 2016 14:35:52 +0200 Subject: [PATCH] fbb-web - htaccess for ila live --- customer/fbb-web/production.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index 7f768214..96ca50c2 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -304,6 +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' access_log: '/var/log/nginx/ila-access_log' error_log: '/var/log/nginx/ila-error_log' format_log: 'combined' @@ -335,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