网站Nginx配置时无法解析php文件
程序员文章站
2022-05-27 15:54:00
...
我在安装阿里云对应的VPSMate面板时打开网站首页会直接下载文件,一想就是没有解析php,不过我不会这个,找同事解决了,记录下~ 打开/etc/nginx/nginx.conf.default,复制如下代码 放到/etc/nginx/conf.d/_.conf,文件中,保存后如下代码所示
ps:csdn终于支持markdown了不容易啊……
如何解决:
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; }
server { # Generated by VPSMate listen 80; server_name _ www.paoyx.com; index index.html index.htm index.php; location / { root /var/www; } # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; } location = /404.html { alias /usr/share/nginx/html; } location = /50x.html { alias /usr/share/nginx/html; }}
推荐阅读
-
搭建 Spring Cloud 项目 配置文件出现 defaultZone 无法解析时,是因为
-
安装PHP扩展时解压官方 tgz 文件后没有configure文件无法进行配置编译的问题
-
(SOS)ubuntu20, nginx无法解析php文件
-
在Apache上配置PHP时提示无法找到httpd.h文件?
-
phpmyadmin报错原因及解决办法:无法在发生异常时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装
-
在Apache上配置PHP时提示无法找到httpd.h文件?_PHP教程
-
织梦5.5改系统基本参数时,配置文件'D:/wwwroot/sc-tnb/data/config.cache.inc.php'不支持写入,无法修改系统配置参数!解决方案
-
无法在发生异常时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装
-
无法在发生异常时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装
-
apache配置 - apache2配置二级域名解析时无法解析php?