uwsgi socket file not created

后端 未结 2 848
遥遥无期
遥遥无期 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.

提交回复
热议问题