随笔分类 -  nginx

摘要:server { listen 80; server_name zuqiu.com; # 设置你的域名 index index.html index.htm index.php; root D:/wnmp/www/dev/zuqiu; # 设置你的程... 阅读全文
posted @ 2015-07-10 12:26 陈朔 阅读(369) 评论(0) 推荐(0)
摘要:location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path... 阅读全文
posted @ 2014-12-17 08:06 陈朔 阅读(143) 评论(0) 推荐(0)