X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Ftemplates%2Fstatic-mirroring%2Fvhost%2Flintian.debian.org.erb;h=89a74d0f7731b322c2569747e15b1aa73e45cde2;hb=c54d3c0937444eb08707008c85d9e8734448c135;hp=c52b100a8f0e5e04cf0df3feca137c5167d9a4d4;hpb=029da02f793d5a157d2ef061edc4c4addc3397e1;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb b/modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb index c52b100a8..89a74d0f7 100644 --- a/modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb +++ b/modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb @@ -1,15 +1,13 @@ +<% if scope.function_has_static_component(['lintian.debian.org']) -%> + Use common-dsa-vhost-https-redirect lintian.debian.org - > - ServerName lintian.debian.org + ServerAdmin lintian-maint@debian.org ErrorLog /var/log/apache2/lintian.debian.org-error.log CustomLog /var/log/apache2/lintian.debian.org-access.log privacyssl - Use common-debian-service-ssl lintian.debian.org - Use common-ssl-HSTS - UserDir disabled @@ -18,9 +16,7 @@ Use common-dsa-vhost-https-redirect lintian.debian.org AddDefaultCharset utf-8 - <% if @lsbmajdistrelease > '7' -%> - Require all granted - <% end -%> + Require all granted # These three lines makes apache serve # "lintian.log.gz" as a text/plain with encoding gzip @@ -54,5 +50,22 @@ Use common-dsa-vhost-https-redirect lintian.debian.org RewriteRule ^/source/([a-z0-9-]+)/?$ /${source-map:$1} [L,R,NE] # Versioned request RewriteRule ^/source/([a-z0-9-]+)/([a-zA-Z0-9.+:~-]+)$ /${source-map:$1/$2} [L,R,NE] + + + > + ServerName lintian.debian.org + Use common-debian-service-ssl lintian.debian.org + Use common-ssl-HSTS + + Use vhost-inner-lintian.debian.org + +<% if scope.function_onion_global_service_hostname(['lintian.debian.org']) -%> + > + ServerName <%= scope.function_onion_global_service_hostname(['lintian.debian.org']) %> + Use vhost-inner-lintian.debian.org + +<% end %> +<% end -%> + # vim:set syn=apache: