Resolution of 400 error for non-filed domain names in nginx

Source: Internet
Author: User
Tags nginx 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 {... 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.
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.