别名,server_name可以配置多个server{listen80;server_nameblog1.lmkmike.comblog2.lmkmike.com;roothtml/blog;indexindex.html;}Nginx301重定向通过rewrite实现server{listen80;server_namelmkmike.com;roothtml/blog;indexindex.h
分类:
其他好文 时间:
2018-01-08 18:35:22
阅读次数:
160
一、nginx帮助参数 下面是关于/application/nginx/sbin/nginx 的参数帮助 [root@A conf]# /application/nginx/sbin/nginx -h nginx version: nginx/1.6.3 Usage: nginx [-?hvVtq] ...
分类:
其他好文 时间:
2017-03-04 17:14:37
阅读次数:
836
server{listen80;server_namewww.etangbo.cometangbo.com;#,就是在server_name后添加访问的别名#日志存放路径access_log/app/log/www/host.access.logmain;location/{root/data/www;indexindex.htmlindex.htm;}error_page500502503504/50x.html;location=/50x.html{roothtml;}}..
分类:
其他好文 时间:
2016-03-23 11:29:34
阅读次数:
1025