diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 12:38:56 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 13:28:53 +0000 |
commit | 75111035164619d97b32bb1bf5ed5b342015dd86 (patch) | |
tree | 6b0e24948eeee7e2c35a56094bf65adcdf74fc7e | |
parent | d472159fc375243c533d00157384b066f12213a8 (diff) | |
download | ansible-75111035164619d97b32bb1bf5ed5b342015dd86.tar.gz ansible-75111035164619d97b32bb1bf5ed5b342015dd86.tar.xz ansible-75111035164619d97b32bb1bf5ed5b342015dd86.zip |
Make /pub/alt on alt.fp.o forward to dl
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | roles/fedora-web/alt/files/alt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/fedora-web/alt/files/alt.conf b/roles/fedora-web/alt/files/alt.conf index 5e3c62c91..0368d64f8 100644 --- a/roles/fedora-web/alt/files/alt.conf +++ b/roles/fedora-web/alt/files/alt.conf @@ -1,6 +1,8 @@ DocumentRoot /srv/web/alt.fedoraproject.org Alias /favicon.ico /srv/web/fedoraproject.org/static/images/favicon.ico +Redirect /pub https://download.fedoraproject.org/pub + AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript FileETag MTime Size |