Ask nginx to add a domain name.

Source: Internet
Author: User
Ask nginx to add a domain name. -- Linux Enterprise Application-Linux server application information. For details, refer to the following section. Ask nginx to add a domain name. I have Tao on the Internet for a while and I have learned a little bit. Please give me some advice. I want to know how to add multiple domain names,
One piece of code found on google is like this,
CODE: server {
Listen 12.34.56.78: 80; # your server's public IP address
Server_name domain.com; # your domain name

Location /{
Root/srv/www/nginx/domain.com; # absolute path to your WordPress installation
Index. php index.html index.htm;

# This serves static files that exist without running other rewrite tests
If (-f $ request_filename ){
Expires 30d;
Break;
}

# This sends all non-existing file or directory requests to index. php
If (! -E $ request_filename ){
Rewrite ^ (. +) $/index. php? Q = $1 last;
}
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.