From 61243d82a12d7a78a1a9cb1959e46e7bc96c745f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 29 Jul 2016 18:12:04 +0000 Subject: [PATCH] Make common-static-vhost-ssl-with-extra a thing --- .../static-mirroring/static-vhost.conf.erb | 13 ++++++++++++- 1 file changed, 12 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 c2d225289..cb6cf2225 100644 --- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb +++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb @@ -69,7 +69,7 @@ - + Use common-dsa-vhost-https-redirect $name > @@ -83,6 +83,7 @@ Use common-ssl-HSTS Use common-static-base $name + Use vhost-$name-extra > @@ -93,7 +94,17 @@ CustomLog /var/log/apache2/$name-access.log privacyssl Use common-static-base $name + Use vhost-$name-extra + + + # mod macro does not like empty macros, so here's some content: + + + + Use common-static-vhost-ssl-with-extra $name $onion + + # vim:ft=apache: -- 2.20.1