diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-01 12:44:50 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-01 12:44:50 +0000 |
commit | 0504e572eec2cc6e23b43c21d84efbe21b323faa (patch) | |
tree | 900ec2202e17ef5edab6dba1e64ffa541ed1d4d6 /modules/apache/templates/vhost_reverse_proxy.conf | |
parent | f4788d42dda16c6bdc99c76e9969ad59f2e1bb88 (diff) | |
download | puppet-0504e572eec2cc6e23b43c21d84efbe21b323faa.tar puppet-0504e572eec2cc6e23b43c21d84efbe21b323faa.tar.gz puppet-0504e572eec2cc6e23b43c21d84efbe21b323faa.tar.bz2 puppet-0504e572eec2cc6e23b43c21d84efbe21b323faa.tar.xz puppet-0504e572eec2cc6e23b43c21d84efbe21b323faa.zip |
- refactoring of apache config file, to ease future deployment
Diffstat (limited to 'modules/apache/templates/vhost_reverse_proxy.conf')
-rw-r--r-- | modules/apache/templates/vhost_reverse_proxy.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/apache/templates/vhost_reverse_proxy.conf b/modules/apache/templates/vhost_reverse_proxy.conf index 24c2d12b..94866be5 100644 --- a/modules/apache/templates/vhost_reverse_proxy.conf +++ b/modules/apache/templates/vhost_reverse_proxy.conf @@ -1,10 +1,3 @@ -<VirtualHost *:80> - ServerName <%= name %> - # Serve static content directly - DocumentRoot /dev/null - - - ProxyRequests Off <Proxy *> @@ -15,8 +8,3 @@ ProxyPass / <%= url %> ProxyPassReverse / <%= url %> - <Location /> - Allow from all - </Location> -</VirtualHost> - |