Re: ASGI alongside mod_wsgi behind an Nginx proxy

2017-09-23 Thread Andrew Godwin
Hi there, This is a current bug with the root path setting - see https://github.com/django/daphne/issues/125. Until it's fixed, I'd recommend just coding all URLs as absolute and making nginx pass them through as such. Andrew On Fri, Sep 22, 2017 at 2:13 PM, Sean F wrote:

ASGI alongside mod_wsgi behind an Nginx proxy

2017-09-22 Thread Sean F
Hi all, I'm trying use Channels to add websockets functionality to an existing Django project. At this stage, my websockets functionality is a simple echo of whatever text is sent by the client. The existing project runs on http://domain.com/, served by Apache+mod_wsgi behind a Nginx