/[adm]/puppet/modules/apache/templates/00_default_vhosts.conf
ViewVC logotype

Contents of /puppet/modules/apache/templates/00_default_vhosts.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 208 - (show annotations) (download)
Mon Nov 8 13:30:00 2010 UTC (13 years, 5 months ago) by misc
File size: 144 byte(s)
- remove comment ( not really needed )
- use domain instead of hardcoding the url

1 <VirtualHost *:80>
2 DocumentRoot /var/www/html
3 <Location />
4 Allow from all
5 </Location>
6 Redirect / http://www.<%= domain %>/
7 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30