From 3e7b8f95e13dc1db813b4b9e8ea13ee54d4b1074 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 Aug 2017 14:10:17 +0000 Subject: [PATCH] set 404 for docs --- roles/fedora-docs/proxy/files/fedora-docs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedora-docs/proxy/files/fedora-docs.conf b/roles/fedora-docs/proxy/files/fedora-docs.conf index b379078cd9..3e41218433 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