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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182 - (show annotations) (download)
Sat Nov 6 17:50:14 2010 UTC (14 years, 3 months ago) by misc
File size: 266 byte(s)
- add django support with wsgi
1 <VirtualHost *:80>
2 ServerName <%= name %>
3 # Serve static content directly
4 DocumentRoot /dev/null
5
6 WSGIScriptAlias / <%= wsgi_dir%>/<%= name %>.wsgi
7
8 <Location />
9 Allow from all
10 </Location>
11 </VirtualHost>
12

  ViewVC Help
Powered by ViewVC 1.1.30