From 87551177599c106c9b81443b813326358672d015 Mon Sep 17 00:00:00 2001 From: Steve Rosiak Date: Thu, 3 Mar 2016 11:14:47 +0100 Subject: [PATCH] fbb-web - ssl_port seted --- customer/fbb-web/production.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index a4104328..5ad672cf 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -191,7 +191,8 @@ site::profile::nginx_php_fpm_server::vhosts: - '/files/$ /index.php last' - '^/wp-admin/$ $scheme://$host/wp-admin/index.php permanent' client_max_body_size: '32M' - listen_port: 81 + listen_port: 443 + ssl_port: 444 auth_basic: 'Server' auth_basic_user_file: '/etc/nginx/.htpasswd' access_log: '/var/log/nginx/blog-access_log' -- 2.39.5