satya876 We are getting issue while running a python application using uWSGI+NGINX. Currently uwsgi service is having issue in running. Can it be a conflicts with aapanel ?
aaPanel_Jose aaPanel use python+gunicorn, you'd better use python virtual environment to run your project, the software that manages the python virtual environment is [ pyenv ]
satya876 Hi, thanks for the reply. I was able to run python under flask env, with uwsgi server and then reverse proxy with nginx. It worked thank you !!