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:
parent
4255b0a4bc
commit
718c0dbdd8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue