How to nest OOD behind reverse proxy using https://hpc.domain.com/ood?

I’m deploying a fresh, clean, latest OOD instance. We have an existing URL for our HPC services at hpc.domain.com. We use Nginx to reverse proxy all backend apps behind this URL.

It’s unclear to me how to achieve this with OOD. I want users to go to https://hpc.domain.com/ood to interact with all connections with OOD. Is this possible? If so, how is the configuration done on the OOD side? I can create the necessary Nginx config for my system, but the backend/OOD app needs to be aware.

Hi and welcome!

Yea we ourselves (OOD) proxy applications, but are not ourselves very friendly to proxies above us. We just never built that support out and AFAICT there are some bits that are hard coded so even the configurations that we provide may not work.

It’s unfortunate, but we sadly just haven’t had the time to go back and fix up all these spots.

If you do get something working please let us know!

Well that’s a bummer. Could you point me to the nginx conf’s in the open repo please so I could perhaps inspect and contribute back?