configure reversed proxy with nginx
bowenli37 opened this issue · 2 comments
bowenli37 commented
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?