X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fapache-ftp.ports.debian.org.erb;h=458a83e4bff087e5d45e1728f7fc9fa2ed19b52c;hb=0578c547ab8910fbec58d3c9ac68780d3df316b8;hp=9aa05af0fe7c58dfdcf795347bb0f9a7313a9cf8;hpb=5ca50c9b083d9725ceb2b68ddfd6e4bfa3f75c4a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/apache-ftp.ports.debian.org.erb b/modules/roles/templates/apache-ftp.ports.debian.org.erb index 9aa05af0f..458a83e4b 100644 --- a/modules/roles/templates/apache-ftp.ports.debian.org.erb +++ b/modules/roles/templates/apache-ftp.ports.debian.org.erb @@ -4,27 +4,29 @@ ## > - ServerAdmin debian-admin@debian.org - ServerName ftp.ports.debian.org - <% if scope.function_onion_global_service_hostname(['ftp.ports.debian.org']) -%> - ServerAlias <%= scope.function_onion_global_service_hostname(['ftp.ports.debian.org']) %> - <% end %> + ServerAdmin debian-admin@debian.org + ServerName ftp.ports.debian.org + <% if scope.function_onion_global_service_hostname(['ftp.ports.debian.org']) -%> + ServerAlias <%= scope.function_onion_global_service_hostname(['ftp.ports.debian.org']) %> + <% end %> - ErrorLog /var/log/apache2/ftp.ports.debian.org-error.log - LogLevel warn - CustomLog /var/log/apache2/ftp.ports.debian.org-access.log privacy + ErrorLog /var/log/apache2/ftp.ports.debian.org-error.log + CustomLog /var/log/apache2/ftp.ports.debian.org-access.log privacy - RedirectMatch "^/$" /debian-ports/ + RedirectMatch "^/$" /debian-ports/ - Alias /debian-ports /srv/mirrors/debian-ports - Use ftp-archive /srv/mirrors/debian-ports + Alias /debian-ports /srv/mirrors/debian-ports + Use ftp-archive /srv/mirrors/debian-ports - Alias /debian-ports-cd /srv/mirrors/debian-ports-cd - - Require all granted - IndexOptions NameWidth=* +SuppressDescription - Options +Indexes - Options +FollowSymLinks - + Alias /debian-ports-cd /srv/mirrors/debian-ports-cd + + Require all granted + Options +Indexes + Options +FollowSymLinks + + + + UserDir disabled + # vim:set syn=apache: