ref: 8f8120ba14adb1c6e3e3cd69309cc661b6e85f23
parent: dcad066025ee8bdb3d0f858b9ea6824fca49cfae
author: Alexandre Bourget <[email protected]>
date: Tue Dec 29 23:19:28 EST 2015
Added "Caddy server"'s handling of 404 errors.
--- a/docs/content/templates/404.md
+++ b/docs/content/templates/404.md
@@ -51,4 +51,4 @@
* _Apache_ - one way is to specify `ErrorDocument 404 /404.html` in an `.htaccess` file in the root of your site.
* _Nginx_ - you might specify `error_page 404 = /404.html;` in your `nginx.conf` file.
* _Amazon AWS S3_ - when setting a bucket up for static web serving, you can specify the error file.
-
+* _Caddy Server_ - using `errors { 404 /404.html }`. [Details here](https://caddyserver.com/docs/errors)