I have inherited an ArcGIS Enterprise 10.9 instance - it has been configured with a reverse proxy instead of ArcGIS WebAdaptor. Both the Portal AND Server have been placed under the same URL - https://arcgis.mydomain.com/arcgis.
So for example going to Portal homepage is https://arcgis.mydomain.com/arcgis/home and going to Server REST endpoint is https://arcgis.mydomain.com/arcgis/rest/services.
I know this URL structure (using the same context for Portal and Server) is not supported using WebAdaptor, but I have not been able to figure out if its supported with a reverse proxy. I have poked around a little and haven't noticed any big issues and nothing seems broken but the site isn't heavily utilized yet either.
My questions are:
1. Is this setup valid / supported?
2. If not, what potential issues can it cause. i.e. where can I look for and validate problems.
3. If so, what other Enterprise related configurations are necessary - WebContextURL settings and the like?
Thx