nginx配置httpd服务遇到问题
# .php location ~ .*\.(php|php5)?${
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_paramSCRIPT_FILENAME/data/htdocs/域名/$fastcgi_script_name; 确实是要与第一个域名区分开来
fastcgi_index index.php;
#include fcgi.conf;
}
页:
[1]