Parent Directory
|
Revision Log
|
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 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |