首頁 > 問答 > 主體
root html;fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;include fastFILENAME $document_root$sby#上面的root html網站根目錄在linux 或 mac 上是可以設定任意目錄嗎? ?還是有一定的範圍?
巴扎黑2017-06-06 09:56:38
任意目錄,沒有所謂的範圍,只要指向自己專案的根目錄就可以了.
怪我咯2017-06-06 09:56:38
任意目錄隨便百度下就可以猜到