网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

nginx支持php访问的时变成下载而非打开php页面

时间:2024-10-14 07:03:36

1、打开终端连接至centos服务器。

nginx支持php访问的时变成下载而非打开php页面

3、找到之前blog的配置文件。

nginx支持php访问的时变成下载而非打开php页面

5、检查语法,并且重启nginx。条目如下:server { l坡纠课柩isten 80; server_na罪焐芡拂me blog.test111.com; location / { root html/blog; index index.html index.htm; } location ~ .*\.(php|php5)?$ { root html/blog; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param HTTPS on; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; include fastcgi.conf; } }

nginx支持php访问的时变成下载而非打开php页面
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com