I am in the process of implementing JHUB on an EC2. The OS is ubuntu. I am using JupyterHub 3.1.0 and Nginx 1.18. Nginx as the reverse proxy per ( [Using a reverse proxy — JupyterHub 3.1.0 documentation]. On the JHUB side, I have c.JupyterHub.bind_url = ‘http://127.0.0.1:8000’ and Nginix to ssl 443 and proxy_pass to the same.
When I try to access the web page, I get 404 not found and in the JupyterHub log I see 302 GET / → /hub/. Ive disabled ufw for now. Any Ideas on where to look next?
Thanks,
Jim Reed