diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-30 14:14:24 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-30 14:14:24 +0000 |
commit | b1b36c15c65780c669ef84e22d073ce48046f4e1 (patch) | |
tree | 3fbcfb462933c3873c05910dd07645621cde23a7 | |
parent | 3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074 (diff) | |
download | ansible-b1b36c15c65780c669ef84e22d073ce48046f4e1.tar.gz ansible-b1b36c15c65780c669ef84e22d073ce48046f4e1.tar.xz ansible-b1b36c15c65780c669ef84e22d073ce48046f4e1.zip |
try again
-rw-r--r-- | roles/fedora-docs/proxy/files/fedora-docs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedora-docs/proxy/files/fedora-docs.conf b/roles/fedora-docs/proxy/files/fedora-docs.conf index 3e4121843..ebce64535 100644 --- a/roles/fedora-docs/proxy/files/fedora-docs.conf +++ b/roles/fedora-docs/proxy/files/fedora-docs.conf @@ -1,5 +1,5 @@ DocumentRoot /srv/web/docs.fedoraproject.org/ -ErrorDocument 404 http://docs.fedoraproject.org/_images/404.html +ErrorDocument 404 /_images/404.html AddType application/epub+zip .epub AddType image/svg+xml .svg |