On Sun, Sep 16, 2018 at 09:05:33AM +0300, ?????????? ???????????? wrote:
> I deploy my django app using uwsgi and venv in my home dir
> uWSGi starts on its default port and httpd server uses this port
> to handle my app requests. Everything just like in the official manual of
> uwsgi.
> 

Don't know if this is helpful for Django apps, or if httpd in openbsd can use
unix sockets. Anyway with a couple of falcon api's I setup with Gunicorn I
actually used unix sockets instead of creating ports. If my proxy is on the same
server as the api's I found that a little easier to manage. Granted in this case
it was on centos and I was using nginx. Also in the process of figuring out how
to do that I found a lot of the documentation on nginx syntax talking to a unix
socket was wrong. But that is another story.

Ken

Reply via email to