phpstudy nginx 404 error

1: Project entry


Confirm whether the entry of the project is configured incorrectly

2: Modify the content 

      location / {
            index  index.html index.htm index.php l.php;
            autoindex is;
        }
      location / {
            index  index.html index.htm index.php l.php;
            #autoindex is;
       if (!-e $request_filename) {
       rewrite ^(.*)$ /index.php?s=/$1 last;
       break;
          }
        }


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325905095&siteId=291194637