jupyter/dashboards_server

configure reversed proxy with nginx

bowenli37 opened this issue · 2 comments

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?

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

#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.