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'm looking at using Reflex as an Admin UI for a service configuration tool. However, the corporate network policies prevent URLs from contain port numbers. Is there a way to have either:
the same port for the frontend and backend with protocol routing
a distinct host name path for the frontend and backend with separate ports in the container
that could allow routing the requests to the relevant servers in the container?
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
-
I'm looking at using Reflex as an Admin UI for a service configuration tool. However, the corporate network policies prevent URLs from contain port numbers. Is there a way to have either:
that could allow routing the requests to the relevant servers in the container?
Beta Was this translation helpful? Give feedback.
All reactions