getfedora: make the last slash optional here
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
19291eb169
commit
6765b95175
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application
|
|||
Alias /fmw /srv/web/fmw/
|
||||
|
||||
Redirect /keys /security
|
||||
RedirectMatch /(.*)/keys/ /$1/security/
|
||||
RedirectMatch /(.*)/keys/? /$1/security/
|
||||
|
||||
FileETag MTime Size
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue