| Current Path : /etc/nginx/ |
| Current File : //etc/nginx/errors.conf |
###############################################################################
# Define error-handler includes
##
# Placeholder for custom-defined error pages
location ~ '^/(429|50[2-4]|509).html$' {
root /usr/share/nginx/html;
}
error_page 509 /509.html;