直接下載,應(yīng)該是location
配置問題. 確定下你的location
是否設(shè)置了.php
結(jié)尾的.
location ~ ^.+\.php {
root /xxx/xxx;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}