diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-24 21:42:51 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-24 21:42:51 +0000 |
commit | f0e03bd7e92f0e8cee3957f88dc16a418f518231 (patch) | |
tree | 9130be30ee753b3fd258215f4f9c7f3d0bbf583c | |
parent | adc88df3a3ffb7deb3ae5dcf2ebda27f84ad57a3 (diff) | |
download | ansible-f0e03bd7e92f0e8cee3957f88dc16a418f518231.tar.gz ansible-f0e03bd7e92f0e8cee3957f88dc16a418f518231.tar.xz ansible-f0e03bd7e92f0e8cee3957f88dc16a418f518231.zip |
Fix up docs config
-rw-r--r-- | roles/fedora-docs/proxy/files/fedora-docs.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/fedora-docs/proxy/files/fedora-docs.conf b/roles/fedora-docs/proxy/files/fedora-docs.conf index f48a2cee2..b379078cd 100644 --- a/roles/fedora-docs/proxy/files/fedora-docs.conf +++ b/roles/fedora-docs/proxy/files/fedora-docs.conf @@ -1,5 +1,4 @@ -DocumentRoot /srv/web/docs.fedoraproject.org/public_html -Redirect permanent /yum http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Software_Management_Guide/index.html +DocumentRoot /srv/web/docs.fedoraproject.org/ ErrorDocument 404 http://docs.fedoraproject.org/ AddType application/epub+zip .epub |