--- puppet/modules/apache/templates/vhost_wsgi.conf 2011/01/24 12:22:10 890 +++ puppet/modules/apache/templates/vhost_wsgi.conf 2011/02/01 12:44:59 933 @@ -1,15 +1,3 @@ - - ServerName <%= name %> - # Serve static content directly - DocumentRoot /dev/null +WSGIScriptAlias / <%= wsgi_path %> - WSGIScriptAlias / <%= wsgi_path %> - -<%- aliases.each_pair do |key,value| -%> - Alias <%= key %> <%= value %> -<%- end -%> - - Allow from all - -