过时康乃馨

文章
8
资源
0
加入时间
2年10月21天

Nginx跳转到用户首页

经常有这样的需求,当用户输入某个网站的域名时(如kanban.chexindata.com),默认会跳转到用户首页(http://kanban.chexindata.com/index),那么这个功能用nginx是怎样实现的呢?这里,我的思路是用rewrite功能,先判断uri是否仅仅是域名,如果是,重写即可。server { listen 80; server_name kanban.chexindata.com; charset utf