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