Error 500 when opening the site configured by nginx

500 minutes

Say

1. Site directory structure

wwwroot

website

public

application

……

2 nginx

server
{
listen 80;
server name test.aa.com
index index.html index.php default.html default.html default.php;
root/data/wwwroot/website/public;

……

—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————–

nginx/conf/fastcgi.conf

fastcgi param php admin value“open basedir=$document root/:/tmp/:/proc/:/data/wwwroot/”;

Note: add red part

Similar Posts: