fix?
All checks were successful
Publish Docker Image / docker (push) Successful in 57s

This commit is contained in:
Lee 2024-01-11 05:47:45 +00:00
parent 64023f9bc2
commit 7053659cf3

View File

@ -66,7 +66,8 @@ http {
# Fallback 404 page
location = /404.html {
try_files $uri $uri/ =404;
internal;
root /tmp/public;
}
error_page 404 /404.html;
}