Re: Re: Re :Re: Re:Reverse-proxying: Flask app with Bokeh server on Nginx

2017-05-23 Thread J K via nginx
s not static. I posted the full source code here: https://stackoverflow. com/questions/43743029/reverse-proxying-flask-app- with-bokeh-server-on-nginx/44150473#44150473 Thanks a lot for your help! Cheers! > Message: 3 > Date: Tue, 16 May 2017 17:49:07 +0100 > From: Francis Daly >

Re: Re: Re :Re: Re:Reverse-proxying: Flask app with Bokeh server on Nginx

2017-05-17 Thread J K via nginx
ny_abc/",session_id= session.id,url=url_https) The Bokeh log file says that a WebSocket is opened and a ServerConnection is created: 2017-05-17 10:21:09,915 WebSocket connection opened 2017-05-17 10:21:10,769 ServerConnection created What does the new error mean? Why is a WebSocket opened

Re :Re: Re:Reverse-proxying: Flask app with Bokeh server on Nginx

2017-05-15 Thread J K via nginx
return render_template("company_abc.html", bokeh_script=bokeh_script) This, however, results in the following error in Chrome: GET https://www.geomorphix.net/geomorphix/autoload.js?bokeh-autoload-element=dd …6035f61fef5e&bokeh-session-id=hLR9QX79ofSg4yu7DZb1oHFdT14Ai7EcVCyh1iArcBf

Re:Reverse-proxying: Flask app with Bokeh server on Nginx

2017-05-12 Thread J K via nginx
> > Message: 2 > Date: Fri, 12 May 2017 13:33:16 +0300 > From: "Reinis Rozitis" > To: > Subject: Re: Reverse-proxying: Flask app with Bokeh server on Nginx > Message-ID: > Content-Type: text/plain; format=flowed; charset="UTF-8"; > reply-type=original > > > I understand that I might have

Reverse-proxying: Flask app with Bokeh server on Nginx

2017-05-12 Thread J K via nginx
I have created a website with Flask that is serving a Bokeh app on a Digital Ocean VPN. Everything worked fine until I secured the server with Let's Encrypt following this tutorial . In step 3