码迷,mamicode.com
首页 >  
搜索关键字:nginx别名    ( 3个结果
nginx-2:配置nginx
别名,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别名配置,状态配置,include优化
一、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
nginx 别名配置
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
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!