I’m trying to get shinyproxy going on EC2 and am using nginx to reverse proxy. I can get this working just fine when / is the location, but I want the location to be /pilot. For example, in nginx I had something like:
Has anybody gotten this working? I suspect I need a rewrite and I’ve just not done it very well? Also, do I need to change landing-page in application.yml to /pilot? I think I had to do something similar when setting up Jupyter notebooks.
I’m not particularly proficient with nginx configuration, and the rewrite was a hail Mary based on a different location directive for something kind of similar.
Anyway, that did the trick. You’re an absolute boss. Thank you so much for the reply!