diff --git a/conf.d/templates/example.com.conf b/conf.d/templates/example.com.conf index 6c88afa..fe987d3 100644 --- a/conf.d/templates/example.com.conf +++ b/conf.d/templates/example.com.conf @@ -39,8 +39,8 @@ server { # Path for static files root /var/www/example.com/public; - # Custom 404 page - error_page 404 /404.html; + # Custom error pages + include h5bp/errors/custom_errors.conf; # Include the basic h5bp config set include h5bp/basic.conf;