projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2efe0
)
Add missing slash in redirectmatch
author
Tollef Fog Heen
<tfheen@err.no>
Tue, 2 Apr 2019 18:33:51 +0000
(20:33 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Tue, 2 Apr 2019 18:33:51 +0000
(20:33 +0200)
modules/roles/templates/apache-ftp.debian.org.erb
patch
|
blob
|
history
diff --git
a/modules/roles/templates/apache-ftp.debian.org.erb
b/modules/roles/templates/apache-ftp.debian.org.erb
index
3ce02cd
..
b44eec3
100644
(file)
--- 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
<Directory /run/dsa-mirror-health-ftp/>