when setting python server with nginx + uWSGI/gunicorn, you do not need to set the root source code location in nginx as usual in php web, but point to uWSGI/gunicorn through unix socket and then define the source code location.
this content belongs to the discussion directly related to non-development, and the exact result cannot be obtained. It does not conform to the question specification
Why is it that the location where uWSGI starts app is defined in the wsig setting, while php-fpm is defined in nginx?