Unfortunately I haven't had any luck with it.

I have the mod_proxy and mod_proxy_wstunnel Apache modules loaded and I the 
following proxies inside the virtual host for port 443 (SSL)

    ProxyPass /chat/stream/ wss://127.0.0.1:8000/chat/stream/
    ProxyPassReverse /chat/stream/ wss://127.0.0.1:8000/chat/stream/

    ProxyPass /ws  ws://127.0.0.1:8000/
    ProxyPassReverse /ws wss://127.0.0.1:8000/
    ProxyPass /wss wss://127.0.0.1:8000/
    ProxyPassReverse /wss wss://127.0.0.1:8000/

    
    ProxyPass / http://127.0.0.1:8000/
    ProxyPassReverse / http://127.0.0.1:8000/


If anyone can shed some light on this or offer an opinion I'd really 
appreciate it.

Cheers

Adam

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/49d63ad3-41d8-4130-a78c-8f0f215992e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to