From: Tollef Fog Heen Date: Tue, 2 Apr 2019 18:33:51 +0000 (+0200) Subject: Add missing slash in redirectmatch X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5705548a35f0f8ae6132e2c4cf64570bffbe3b51;p=mirror%2Fdsa-puppet.git Add missing slash in redirectmatch --- diff --git a/modules/roles/templates/apache-ftp.debian.org.erb b/modules/roles/templates/apache-ftp.debian.org.erb index 3ce02cd6b..b44eec3df 100644 --- a/modules/roles/templates/apache-ftp.debian.org.erb +++ b/modules/roles/templates/apache-ftp.debian.org.erb @@ -16,7 +16,7 @@ AddCharset UTF-8 .txt RedirectMatch "^/$" /debian/ - RedirectMatch "^debian$" /debian/ + RedirectMatch "^/debian$" /debian/ Alias /debian/ <%= @archive_root %>/ Alias /_health /run/dsa-mirror-health-ftp/health