nginx: Fix 404 location
All checks were successful
Build Docker / CheckFiles (push) Successful in 7s
Build Docker / Build Docker (push) Successful in 20s

This commit is contained in:
Nathan Woodburn 2023-09-30 12:43:46 +10:00
parent f368bf2de5
commit c45b41677a
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -17,6 +17,7 @@ server {
# Custom 404 page
error_page 404 /404.html;
root /usr/share/nginx/html;
location = /404.html {
}