Re: Using Daphne without altering nginx config on Google App Engine

2020-01-20 Thread Integr@te System
Hi Rahul, That right you had a few answer on your previous question, more deeper perhap you must config reverse proxy connection (tcp sock (ur question) compatible http) these are for your custom https://www.nginx.com/blog/websocket-nginx/?__cf_chl_captcha_tk__=9fc641baf627a1f387f365526786c1929d6

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-20 Thread Rahul Arora
Thanks but this is not a valid or useful comparison since GAE is a PaaS service whereas Nginx is a proxy server. In fact GAE itself uses Nginx which is why I'm getting the error from Nginx despite not configuring it myself. Rahul. On Monday, January 20, 2020 at 3:14:35 PM UTC+8, Integr@te Syst

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-20 Thread Sai Santhosh
Hlelo On Mon, Jan 20, 2020 at 12:44 PM Integr@te System wrote: > Hi Rahu, > > Plz scrutinize more info to differ, combine and select right one for your > case. > > https://stackshare.io/stackups/google-app-engine-vs-nginx > > > On Mon, Jan 20, 2020, 12:08 Rahul Arora wrote: > >> Thanks for you

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-19 Thread Integr@te System
Hi Rahu, Plz scrutinize more info to differ, combine and select right one for your case. https://stackshare.io/stackups/google-app-engine-vs-nginx On Mon, Jan 20, 2020, 12:08 Rahul Arora wrote: > Thanks for your reply. Is there really no way of using daphne without > altering nginx/superviso

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-19 Thread Rahul Arora
Thanks for your reply. Is there really no way of using daphne without altering nginx/supervisord config like we use gunicorn? If not, I have some questions based on my efforts so far, please. I will be grateful for your attention to these. Apologies if they're silly questions since I'm a beginn

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-18 Thread Integr@te System
Hi Rahu, Check chennel_layers setting as a sample in this doc for more helpful https://channels.readthedocs.io/en/latest/deploying.html On Sat, Jan 18, 2020, 21:10 Rahul Arora wrote: > Hi all, > > I'm trying to switch from gunicorn to Daphne for my Django app on GAE > Flex, since I need to u