/[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 2853 - (hide annotations) (download)
Wed Sep 19 18:05:45 2012 UTC (11 years, 11 months ago) by boklm
File size: 144 byte(s)
Move custom 404 config to www vhost only (patch from rda)


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