my_webapp_ynh/conf/nginx-code-error.conf
2023-08-18 14:29:42 +02:00

7 lines
132 B
Text

# Build error access
error_page 403 /error/403.html;
error_page 404 /error/404.html;
location ^~ __PATH__/error/ {
internal;
}