We all know that nginx web server does not support path_info mode by default, so at this time we need to manually configure the configuration file ourselves. We only need to add the following code to the nginx configuration file, as shown in the figure
The above introduces nginx's solution to the problem of not supporting path_info mode, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.