Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Nginx configure domain name jump

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Nginx configures the main domain name xxx.com and the jump domain name www.xxx.com

Server {

Listen 80

Server_name www.xxx.com

Location / {root html/www/public_html; index index.php index.html index.htm;} error_page 404 / 404.html; error_page 500502 503504 / 50x.html; location = / 50x.html {root html/www/public_html;} location ~\ .php$ {root html/www/public_html Fastcgi_pass 127.0.0.1 fastcgi_param SCRIPT_FILENAME 9000; fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME / scripts$fastcgi_script_name; # include fastcgi_params;** include fastcgi.conf;}}

# xxx.com-- > www.xxx.com

Server {

Server_name xxx.com

Rewrite ^ (. *) $http://www.xxx.com$1 permanent

}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report