Fix path error_page

This commit is contained in:
--help 2023-08-12 17:58:39 +02:00
parent 4255b0a4bc
commit 718c0dbdd8

View file

@ -21,7 +21,7 @@ location __PATH__/ {
}
# Build error access
error_page 404 /404.html;
error_page 404 /error/404.html;
location = __PATH__/error/404.html {
internal;
}