mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
7 lines
148 B
Text
7 lines
148 B
Text
# Build error access
|
|
error_page 403 __PATH__/error/403.html;
|
|
error_page 404 __PATH__/error/404.html;
|
|
|
|
location ^~ __PATH__/error/ {
|
|
internal;
|
|
}
|