I've been using this <https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04> tutorial on a Salix Linux and everythings goes well
Rafael E. Ferrero 2017-03-16 15:04 GMT-03:00 valerio orfano <[email protected]>: > 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 > <https://groups.google.com/d/msgid/django-users/f2255468-2f43-4b5c-92d7-7b6ceaf9338d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAJJc_8UxZeLk-52ncju6RsPseAmwjgOjh%3DvEZE95rfoT1UBH9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

