更改test.com.conf server { listen 80; server_name test.comtest1.comtest2.com; index index.html index.htm index.php; root /data/wwwroot/test.com; if ($host != 'test.com' ) { rewrite ^/(.*)$ http://test.com/$1 permanent; #如果访问的不是test.com,则跳转到这边,permanent代表301 } } • server_name后面支持写多个域名,这里要和httpd的做一个对比 • permanent为
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
双向出口重定向
双向出口重定向
ip地址 网络拓扑 静态路由 -
Linux-重定向
本篇文章,继续和大家分享与Linux相关的知识。本次的内容主要会涉及重定向的功能,原理,模拟实现以及如何理解Linux中一切皆文件。
输出重定向 输入重定向 追加重定向 Linux中一切皆文件 dup -
Nginx用户认证、Nginx域名重定向
Nginx用户认证Nginx域名重定向
Linux 学习笔记