From 8f8120ba14adb1c6e3e3cd69309cc661b6e85f23 Mon Sep 17 00:00:00 2001 From: Alexandre Bourget Date: Wed, 30 Dec 2015 04:19:28 -0500 Subject: [PATCH] Added "Caddy server"'s handling of 404 errors. --- docs/content/templates/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/404.md b/docs/content/templates/404.md index 4c3f29dc9..ed54f907c 100644 --- a/docs/content/templates/404.md +++ b/docs/content/templates/404.md @@ -51,4 +51,4 @@ Your 404.html file can be set to load automatically when a visitor enters a mist * _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)