I got it here "http://uwsgi-docs.readthedocs.io/en/latest/Nginx.html" and others actually
On Thursday, March 16, 2017 at 4:51:35 PM UTC+1, Melvyn Sopacua wrote: > > 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 > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f2255468-2f43-4b5c-92d7-7b6ceaf9338d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

