1.下載:
http://nginx.org/download/nginx-1.8.0.zip
2.解壓縮到:
D:/nginx-1.8.0
3.
cd nginx start nginx
訪問127.0.0.1 ,就可以了。
nginx -s stop // 停止nginx nginx -s reload // 重新加载配置文件 ,只能在运行时执行 nginx -s quit // 退出nginx
location / { root D:/html; index index.html index.htm inde.php; }
5.設定PHP支援
5.設定PHP支援
以上就介紹了windows 下nginx配置,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。