rcthomas / jupyterhub-announcement

Announcement service for JupyterHub with a UI
Other
22 stars 10 forks source link

Service does not work behind a reverse proxy (nginx) #26

Open MustaphaAmine opened 8 months ago

MustaphaAmine commented 8 months ago

Hi,

I'm running my jupyterhub behind an nginx reverse proxy, I'm adding c.JupyterHub.bind_url to my jupyterhub configuration file, this normaly adds a prefix to every url of the hub, at first I'm able to access the extention announcement however when I try to add an announcement i does not add the prefix and shows nginx 404 error page, I tries the service without using a reverse proxy and it work just fine.

Can anyone relate to this issue.