Merge pull request 'Add 404 page' (#6) from iacore/nginx:patch-2 into main

Reviewed-on: exozyme/nginx#6
This commit is contained in:
Anthony Wang 2023-05-10 01:51:32 +00:00
commit 6e66d8d5cc

View file

@ -8,6 +8,7 @@ server {
root /srv/http/pages/iacore;
index index.html;
error_page 404 404.html;
location / {
try_files $uri $uri.html $uri/ =404;