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

Diff of /puppet/modules/apache/templates/vhost_wsgi.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 812 by misc, Mon Jan 17 15:24:07 2011 UTC revision 890 by misc, Mon Jan 24 12:22:10 2011 UTC
# Line 4  Line 4 
4          DocumentRoot  /dev/null          DocumentRoot  /dev/null
5    
6          WSGIScriptAlias / <%= wsgi_path %>          WSGIScriptAlias / <%= wsgi_path %>
7    
8    <%- aliases.each_pair do |key,value| -%>
9            Alias <%= key %> <%= value %>
10    <%- end -%>
11          <Location />          <Location />
12              Allow from all              Allow from all
13          </Location>          </Location>

Legend:
Removed from v.812  
changed lines
  Added in v.890

  ViewVC Help
Powered by ViewVC 1.1.30