波卡 發表於 2016-3-29 17:42:23

Nginx php 網頁空白解決方式


[*]編輯Nginx檔案default,路徑/etc/nginx/sites-available/default。
[*]在location ~ \.php$ {}之間加入:

fastcgi_param SCRIPT_FILENAME
$document_root$fastcgi_script_name;

[*]重啟 Nginxsudo service nginx restart
頁: [1]
查看完整版本: Nginx php 網頁空白解決方式