my_webapp_ynh/conf/nginx-code-error.conf
2023-08-13 10:47:43 +02:00

5 lines
No EOL
105 B
Text

# Build error access
error_page 404 /error/404.html;
location = __PATH__/error/404.html {
internal;
}