You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question, is there any way to handle multiple location under one subdomain?
ex. I have a domain: sub.domain.com running on port 443. and i have services internal running on different ports.
service 1 on port 88.
service 2 on port 89
if I want to reach
service 1 then i call: sub.domain.com/app1
service 2 then i call: sub.domain.com/app2
once I added the host and configured the location, I can reach service 1 fine, but service 2 getting a network error 404.
I can reach both directly and working fine.
I would like to get the benefit of using the same subdomain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question, is there any way to handle multiple location under one subdomain?
ex. I have a domain: sub.domain.com running on port 443. and i have services internal running on different ports.
if I want to reach
service 1 then i call: sub.domain.com/app1
service 2 then i call: sub.domain.com/app2
once I added the host and configured the location, I can reach service 1 fine, but service 2 getting a network error 404.
I can reach both directly and working fine.
I would like to get the benefit of using the same subdomain.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions