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
This probably shouldn't be active all the time, but it would be something to activate when running behind a reverse proxy, in order to set the request protocol / host / port correctly based on X-Forwarded-Proto and Host so that URL generation happens correctly.
We could have a flag on SiteConfiguration that activates this, along with code in the site that calls setHost based on the incoming request headers.
The text was updated successfully, but these errors were encountered:
This probably shouldn't be active all the time, but it would be something to activate when running behind a reverse proxy, in order to set the request protocol / host / port correctly based on X-Forwarded-Proto and Host so that URL generation happens correctly.
We could have a flag on
SiteConfiguration
that activates this, along with code in the site that callssetHost
based on the incoming request headers.The text was updated successfully, but these errors were encountered: