If an error is reported for an unregistered domain name in nginx 400, the default page is returned as long as the domain name is resolved to the nginx server. To return error 400 for a domain name that has not been filed, you must manually add a configuration file, such as 400. conf, the content is as follows: server {... if an error is reported for an unregistered domain name in nginx 400, the default page is returned as long as the domain name is resolved to the nginx server. To return error 400 for a domain name that has not been filed, you must manually add a configuration file, such as 400. conf. the content is as follows: server {listen 80 default; server_name _; return 400;} and then include the configuration file to the main configuration file nginx. conf: include 400. conf; reload ngjinx. Server_name _; indicates the wildcard domain name configuration. by default, the error 400 is returned for all domain names, unless the domain name is bound to the main configuration file nginx. conf or other configuration files.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.