1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

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;
}