I configured uwsgi with nginx and got the following error
Solution :
Later i found socket parameter of uwsgi doesn't exists. So, I have created the following folder as per the uwsgi configuration.
[root@localhost]# mkdir /var/run/uwsgi
After i restart the uwsgi and it is working fine.
(venv)[root@localhost ]# uwsgi --ini uwsgi.ini
Solution :
Later i found socket parameter of uwsgi doesn't exists. So, I have created the following folder as per the uwsgi configuration.
[root@localhost]# mkdir /var/run/uwsgi
After i restart the uwsgi and it is working fine.
(venv)[root@localhost ]# uwsgi --ini uwsgi.ini
No comments:
Post a Comment