Change the base URL for Orthanc

Hi everyone,

I am running the latest version of Orthanc, I was wondering if there is a way to change the base URL of
Orthanc web?

For example:
Instead of using /studies, /studies/:id, etc., we can go like this /my-base-url/studies/:id?

Any help on this one is appreciated!

Regards,

Yash

Hello Yash

You might want to run Orthanc behind a reverse proxy to do what you want.

Even though this technique is not specific to Orthanc, there is info in the Orthanc Book to achieve this. The information given in this section will not directly solve your particular problem, but will help you setting up a working reverse proxy setup.

Also, this sample from the Orthanc setup samples collection demonstrate a setup like what you are asking, where Orthanc runs behind the /orthanc/ URL prefix.

Hope this helps.