diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-07 21:21:40 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-07 21:21:40 +0000 |
commit | 9cf5bff9a2755902a23688c6e72f4b2382eccce4 (patch) | |
tree | 5c9012a789f8e3faf31c9763622ff69ae7bf6c59 | |
parent | ab7497262f393ec05c90c337676452d03c71a16d (diff) | |
download | puppet-9cf5bff9a2755902a23688c6e72f4b2382eccce4.tar puppet-9cf5bff9a2755902a23688c6e72f4b2382eccce4.tar.gz puppet-9cf5bff9a2755902a23688c6e72f4b2382eccce4.tar.bz2 puppet-9cf5bff9a2755902a23688c6e72f4b2382eccce4.tar.xz puppet-9cf5bff9a2755902a23688c6e72f4b2382eccce4.zip |
remove unused template
-rw-r--r-- | deployment/websites/templates/vhost_donate.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/deployment/websites/templates/vhost_donate.conf b/deployment/websites/templates/vhost_donate.conf deleted file mode 100644 index c2f5c551..00000000 --- a/deployment/websites/templates/vhost_donate.conf +++ /dev/null @@ -1,16 +0,0 @@ -<VirtualHost *:80> - ServerName donate.<%= domain %> - ServerAlias donation.<%= domain %> - - RewriteEngine on - RewriteRule ^/?$ http://www.<%= domain %>/en/donate/ [R=permanent,L] - RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L] - #DocumentRoot /dev/null - CustomLog /var/log/httpd/donate_log combined - ErrorLog /var/log/httpd/error_donate_log - - <Location /> - Allow from all - </Location> - -</VirtualHost> |