3
nginx fastcgi“ ไม่รู้จักสคริปต์หลัก” เมื่อกำหนดค่า userdir
ฉันเกลียดการกำหนดค่า nginx มันซับซ้อนมาก ฉันจะทำให้ PHP ทำงานในผู้ใช้ของฉันได้อย่างไร? นี่คือส่วนที่เกี่ยวข้องของ nginx.conf ของฉัน: location ~ ^/~(.+?)(/.*)?$ { autoindex on; autoindex_exact_size off; alias /home/$1/public_html$2; location ~ \.php { include /etc/nginx/fastcgi.conf; fastcgi_intercept_errors on; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; } } สิ่งนี้ทำให้ฉันมีข้อผิดพลาด: FastCGI sent in stderr: "Primary script unknown" while reading response header from upstreamในบันทึกข้อผิดพลาด nginx นี่คือฉัน/etc/nginx/fastcgi.conf: fastcgi_param …