您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

网站Nginx配置时无法解析php文件

2024/6/23 13:43:38发布18次查看
我在安装阿里云对应的vpsmate面板时打开网站首页会直接下载文件,一想就是没有解析php,不过我不会这个,找同事解决了,记录下~
ps:csdn终于支持markdown了不容易啊……
如何解决:
打开/etc/nginx/nginx.conf.default,复制如下代码 # 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; }
放到/etc/nginx/conf.d/_.conf,文件中,保存后如下代码所示 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; }}
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product