Replies: 1 comment
-
i added this to the bottom of the Advanced tab.. maybe not the most elegant way ? error_page 502 =302 https://google.com; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have several Locations after my domain that are correctly being proxy internally.
E.g.
https://media.mydomain.com/sonarr
https://media.mydomain.com/nodered
https://media.mydomain.com/dashboard
however if I go to
https://media.mydomain.com/someotherlocation
i get a 502 Gateway error
so is it possible if the Location is not sonarr, nodered or dashboard to just send the user off to google or some other site.
in the Advanced Tab for media.mydomain.com
I am using
location sonarr {
all the head stuff here
}
location nodered {
all the head stuff here
}
etc.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions