普通无认证版 server { listen 8080; resolver 8.8.8.8; location /{ proxy_pass http://$http_host$request_uri; #allow 127.0.0.1; #deny all...
普通无认证版 server { listen 8080; resolver 8.8.8.8; location /{ proxy_pass http://$http_host$request_uri; #allow 127.0.0.1; #deny all...
[ 2010-3-4 20:10 | by 张宴 ] [文章作者:张宴 本文版本:v6.2 最后修改:2010.05.14 转载请注明原文链接:http://blog.s135.com/] 前言:本文是我撰写的关于搭建“Nginx + PHP(FastCGI)”Web服务器的...