摘要:
转:https://moonbingbing.gitbooks.io/openresty-best-practices/ngx/nginx_local_pcre.html location 匹配规则 语法规则 location [=|~|~*|^~] /uri/ { … } 前缀匹配时,Nginx 阅读全文
摘要:
购买了阿里云机器,准备搭建一套备份的后台,由于资源有限所以将两个后台搭建到一组SLB下的两台WEB上。 使用软件:NGINX+PHP 更改nginx.conf文件,我将server信息全部注释,http下include到/etc/nginx/conf.d/*.conf下,这样清晰一些~ 在虚拟目录下 阅读全文