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

Annotation of /puppet/modules/apache/templates/vhost_django_app.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (hide annotations) (download)
Mon Nov 8 01:12:49 2010 UTC (14 years, 3 months ago) by misc
File size: 271 byte(s)
- I refactored too much this doesn't work as intended for define 

1 misc 182 <VirtualHost *:80>
2     ServerName <%= name %>
3     # Serve static content directly
4     DocumentRoot /dev/null
5    
6 misc 201 WSGIScriptAlias / /usr/local/lib/wsgi/<%= name %>.wsgi
7 misc 182
8     <Location />
9     Allow from all
10     </Location>
11     </VirtualHost>
12    

  ViewVC Help
Powered by ViewVC 1.1.30