Nginx proxy base url #2255
Labels
area/gui
GUI / Webapp related
Enhancement
New feature or request
Help Wanted
Extra attention is needed
Solution needed
Needs a solution on how to solve it
Milestone
Is this a feature relevant to companion itself, and not a module?
Is there an existing issue for this?
Describe the feature
I'm trying to put a companion running via docker under a nginx reverse proxy: the setup would work fine, but every link is broken because it refers to "/" url and not "/companion/".
I tried some nginx rewrite url to no avail, and i think it would be a nice security feature in general to avoid random access to obvious 8000 port.
Usecases
if a nginx reverse proxy tries to open the url "http://ipaddress/companion/" instead of the usual "http://ipaddress:8000" the page loads blank as every resource still points to "http://ipaddress/".
Manually editing the url points to the resource.
The text was updated successfully, but these errors were encountered: