/[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 890 by misc, Mon Jan 24 12:22:10 2011 UTC revision 933 by misc, Tue Feb 1 12:44:59 2011 UTC
# Line 1  Line 1 
1  <VirtualHost *:80>  WSGIScriptAlias / <%= wsgi_path %>
         ServerName <%= name %>  
         # Serve static content directly  
         DocumentRoot  /dev/null  
2    
         WSGIScriptAlias / <%= wsgi_path %>  
   
 <%- aliases.each_pair do |key,value| -%>  
         Alias <%= key %> <%= value %>  
 <%- end -%>  
         <Location />  
             Allow from all  
         </Location>  
 </VirtualHost>  
3    

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

  ViewVC Help
Powered by ViewVC 1.1.30