首頁 > 後端開發 > PHP問題 > nginx無法存取php

nginx無法存取php

發布: 2023-02-28 08:16:02
原創
3891 人瀏覽過

nginx無法存取php

nginx設定中,關於php的設定有錯誤會導致nginx無法存取php。

找不到存取php找不到文件,修改下方配置 

nginx.conf:

nginx無法存取php

location ~ \.php$ {
        proxy_pass   http://127.0.0.1:80;
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        #fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
        #fastcgi_param SCRIPT_FILENAME /$document_root$fastcgi_script_name;
        fastcgi_param  SCRIPT_FILENAME  /usr/share/nginx/html$fastcgi_script_name;
        include        fastcgi_params;
    }
登入後複製

以上是nginx無法存取php的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板