From ff9c55e1e8fb3d6f431969ef968099d67cc1527c Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 09:16:38 +0000 Subject: [PATCH] set ProxyPreserveHost Signed-off-by: Ricky Elrod --- roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf new file mode 100644 index 0000000000..2b1e505a06 --- /dev/null +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf @@ -0,0 +1,3 @@ +ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} +ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}} +ProxyPreserveHost on