摘要:
原文:http://seanlook.com/2015/05/17/nginx-location-rewrite/1. location正则写法location = / {# 精确匹配 / ,主机名后面不能带任何字符串[ configuration A ]}location / {# 因为所有的地址... 阅读全文
posted @ 2015-12-09 17:27 lyongerr 阅读(324) 评论(0) 推荐(0)
|
|
|
|
摘要:
原文:http://seanlook.com/2015/05/17/nginx-location-rewrite/1. location正则写法location = / {# 精确匹配 / ,主机名后面不能带任何字符串[ configuration A ]}location / {# 因为所有的地址... 阅读全文
posted @ 2015-12-09 17:27 lyongerr 阅读(324) 评论(0) 推荐(0)
摘要:
原文:http://seanlook.com/2015/05/17/nginx-install-and-config/nginx服务器安装及配置文件详解nginx在工作中已经有好几个环境在使用了,每次都是重新去网上扒博客,各种编译配置,今天自己也整理一份安装文档和nginx.conf配置选项的说明,... 阅读全文
posted @ 2015-12-09 16:28 lyongerr 阅读(195) 评论(0) 推荐(0) |
|