uwsgi socket file not created

后端 未结 2 847
遥遥无期
遥遥无期 2020-12-29 13:52

I am having trouble setting up server using uwsgi and nginx. This is my uwsgi ini file (and symlink in vassals):

# ebook_uwsgi.ini file
[uwsgi]
#emperor = /e         


        
相关标签:
2条回答
  • 2020-12-29 14:03

    Changing the owner of /var/www/django/ to www-data made it work.

    Specifically the problem was with ownership of the file /etc/nginx/uwsgi_params.

    0 讨论(0)
  • 2020-12-29 14:14

    Change File permissions of the sock folder...

    0 讨论(0)
提交回复
热议问题