From: Steve Rosiak Date: Fri, 20 May 2016 12:35:52 +0000 (+0200) Subject: fbb-web - htaccess for ila live X-Git-Tag: v0.1.0~4834 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1b254e273f0296ce9c880c95ea416e915306003c;p=pixelpark%2Fhiera.git fbb-web - htaccess for ila live --- 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'