10 lines
385 B
Nginx Configuration File
10 lines
385 B
Nginx Configuration File
|
# ----------------------------------------------------------------------
|
||
|
# | Custom error messages/pages |
|
||
|
# ----------------------------------------------------------------------
|
||
|
|
||
|
# Customize what Nginx returns to the client in case of an error.
|
||
|
#
|
||
|
# https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page
|
||
|
|
||
|
error_page 404 /404.html;
|