I have webstation intsalled (using nginx).
my domain is pointing to it and loads fine.
i have various sub-domains setup, and want to point them to the various docker apps i have installed.
eg
radarr.blah.com to route to localhost:7878
sonarr.blah.com to router to localhost:8989
etc etc
when i was using a windows web host (IIS) i just set up reverse proxies to make this work, and it worked all ok.
so i believe this can be achieved using nginx via the nginx.conf file, is this how you would do it? or are there other options to use?
my domain is pointing to it and loads fine.
i have various sub-domains setup, and want to point them to the various docker apps i have installed.
eg
radarr.blah.com to route to localhost:7878
sonarr.blah.com to router to localhost:8989
etc etc
when i was using a windows web host (IIS) i just set up reverse proxies to make this work, and it worked all ok.
so i believe this can be achieved using nginx via the nginx.conf file, is this how you would do it? or are there other options to use?