摘要:
安装完php php-fpm nginx 后访问php出现file not found错误,html就没问题配置文件server 段如下server { listen 80; server_name 192.168.1.11; root /home/www; location ~ .*\.php$ { try_files $uri =404; fastcgi_pass 127.0.0.1:9000; fastcgi_index inde... 阅读全文
posted @ 2013-10-12 11:41
sunsweet
阅读(8590)
评论(0)
推荐(0)
浙公网安备 33010602011771号