On Thursday 16 March 2017 05:25:32 valerio orfano wrote:
> Here my configurations files.
>
> [uwsgi]
> chdir = /home/elastic/workspace/ES_Brevetti
> wsgi-file = ES_Brevetti/wsgi.py
> master = true
> processes = 5
> uid = nginx
> gid = nginx
> socket = unix:///socket/uwsgi.sock
Where did you read the unix prototol is a network protocol that requires two slashes to indicate it is? And then add another to reference the root of the network domain?
> uwsgi_pass unix:///socket/uwsgi.sock;
See above.
--
Melvyn Sopacua
No comments:
Post a Comment