docs: fix 404 page
This commit is contained in:
parent
efece090b8
commit
014eab1643
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
DocumentRoot /srv/web/docs-combined/
|
DocumentRoot /srv/web/docs-combined/
|
||||||
ErrorDocument 404 /_images/404.html
|
ErrorDocument 404 /en-US/404.html
|
||||||
|
|
||||||
AddType application/epub+zip .epub
|
AddType application/epub+zip .epub
|
||||||
AddType image/svg+xml .svg
|
AddType image/svg+xml .svg
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
DocumentRoot /srv/web/docs-combined/
|
DocumentRoot /srv/web/docs-combined/
|
||||||
ErrorDocument 404 /_images/404.html
|
ErrorDocument 404 /en-US/404.html
|
||||||
|
|
||||||
AddType application/epub+zip .epub
|
AddType application/epub+zip .epub
|
||||||
AddType image/svg+xml .svg
|
AddType image/svg+xml .svg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue