From 8f4f534e4d36f406477077c09d113982014e49e9 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 2 Jan 2016 23:22:20 +0100 Subject: [PATCH] static-mirroring: add common-static-vhost-ssl-with-extra macro Signed-off-by: Julien Cristau --- .../roles/templates/static-mirroring/static-vhost.conf.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/static-vhost.conf.erb b/modules/roles/templates/static-mirroring/static-vhost.conf.erb index 6b857fc60..6c7ad11d8 100644 --- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb +++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb @@ -66,7 +66,7 @@ - + Use common-dsa-vhost-https-redirect $name > @@ -80,7 +80,12 @@ Use common-ssl-HSTS Use common-static-base $name + $extra + + Use common-static-vhost-ssl-with-extra $name "# nada" + + # vim:ft=apache: -- 2.20.1