diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-30 14:10:17 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-30 14:10:17 +0000 |
commit | 3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074 (patch) | |
tree | 1355aa5d13d5ec57f359ed7fcdbfda192a2c51b8 | |
parent | 2d13a2609384f2d9241f2f994fbdc4df12161469 (diff) | |
download | ansible-3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074.tar.gz ansible-3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074.tar.xz ansible-3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074.zip |
set 404 for docs
-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 b379078cd..3e4121843 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/ +ErrorDocument 404 http://docs.fedoraproject.org/_images/404.html AddType application/epub+zip .epub AddType image/svg+xml .svg |