Skip to content

add reverse proxy support#1037

Closed
herbrechtsmeier wants to merge 1 commit into
owncloud:masterfrom
herbrechtsmeier:overwritewebroot
Closed

add reverse proxy support#1037
herbrechtsmeier wants to merge 1 commit into
owncloud:masterfrom
herbrechtsmeier:overwritewebroot

Conversation

@herbrechtsmeier

Copy link
Copy Markdown
Contributor

Add support for a reverse proxy that handles multiple domains via host name
as prefix in the request URI (https://ssl-proxy.tld/domain.tld/).

As the reverse proxy is transparent for the web server the REQUEST_URI and
SCRIPT_NAME need manual adjustments. This patch replace the direct use
of this _SERVER variables with function calls and extend this functions
to overwrite the webroot. Additionally it adds a Sabre request backend
with extends the Sabre_HTTP_Request to use the same functions.

Add support for a reverse proxy that handles multiple domains via host name
as prefix in the request URI (https://ssl-proxy.tld/domain.tld/).

As the reverse proxy is transparent for the web server the REQUEST_URI and
SCRIPT_NAME need manual adjustments. This patch replace the direct use
of this _SERVER variables with function calls and extend this functions
to overwrite the webroot. Additionally it adds a Sabre request backend
with extends the Sabre_HTTP_Request to use the same functions.
@herbrechtsmeier

Copy link
Copy Markdown
Contributor Author

Displaced by #1099

@lock lock Bot locked as resolved and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant