jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

configure reversed proxy with nginx #287

Closed bowenli37 closed 7 years ago

bowenli37 commented 8 years ago

I managed to configure a reversed proxy with nginx for jupyter notebook. The gotcha there is that uri is hardcoded to '/'. I referred to the following links: nginx.conf run notebook on a public server

I would also like to configure nginx for dashboards server. It seems that uri is also hardcoded in dashboards server as '/'. I am very new to nginx. Is it possible to configure nginx with out the base_url customization?

parente commented 8 years ago

I believe issue #260 has to be fixed for proxying to work.

parente commented 7 years ago

292 makes the dashboard server root relocatable. Proxying should work now. If you give it a shot an hit a new problem, feel free to open another issue.