Nginx on a separate server

Does TLJH use the same configuration page as the regular Jupyterhub? I am trying to setup TLJH behind a proxy (Nginx is on another machine). Right now I have TLJH running with HTTPS enable (followed the basic instruction) .

https://jupyterhub.readthedocs.io/en/stable/getting-started/networking-basics.html

Thanks,
TT

Hello, if this is of use to anyone: I had the same configuration and could not solve it. I re-installed TLJH from scratch, only enabling http access and never enabling https. This enabled me to use TLJH behind a nginx proxy. The proxy machine used TLS properly and the http redirect was on a private network, which I guess makes this ok :slight_smile: