Skip to content

Commit

Permalink
Merge pull request #1069 from Workshop-Orange/feature-add-custom-404-…
Browse files Browse the repository at this point in the history
…to-nginx

Adds a custom 404 handler, common for static rendered HTML sites
  • Loading branch information
tobybellwood authored Aug 25, 2024
2 parents 433689f + 488e670 commit 2f17934
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 2f17934

Please sign in to comment.