diff options
Diffstat (limited to 'templates/vhosts/proxy/partial.erb')
-rw-r--r-- | templates/vhosts/proxy/partial.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/vhosts/proxy/partial.erb b/templates/vhosts/proxy/partial.erb new file mode 100644 index 0000000..f0d4c9d --- /dev/null +++ b/templates/vhosts/proxy/partial.erb @@ -0,0 +1,8 @@ + <Proxy *> + Order deny,allow + Allow from all +<%= scope.function_template('apache/vhosts/partials/authentication.erb') %> + </Proxy> + ProxyRequests Off + ProxyPass / <%= options %>/ + ProxyPassReverse / <%= options %>/
\ No newline at end of file |