higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

nginx ReverseProxy/Subpath possible? #187

Open thunder1902 opened 1 year ago

thunder1902 commented 1 year ago

How can you run the hiGlass server on a subpath, e.g. https:///higlass/ There is an option "SITE_URL" and "APP_BASEPATH", but they have no effect.. Background: I want to access higlass via an nginx reverse proxy.

pkerpedjiev commented 1 year ago

The short, unfortunate, answer is that you can't, not without putting in a fair amount of work. The server looks for root paths. Not the best design in retrospect but that's where we're at.

May I recommend doing something like https://higlass.?