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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.30