Skip to content

Commit

Permalink
Adds a custom 404 handler, common for static rendered HTML sites
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangruneberg committed Aug 2, 2024
1 parent 1f9dea8 commit 488e670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/nginx/helpers/400_custom-404.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
error_page 404 /404.html;

0 comments on commit 488e670

Please sign in to comment.