aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_wsgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates/vhost_wsgi.conf')
-rw-r--r--modules/apache/templates/vhost_wsgi.conf14
1 files changed, 1 insertions, 13 deletions
diff --git a/modules/apache/templates/vhost_wsgi.conf b/modules/apache/templates/vhost_wsgi.conf
index c4973cd7..34926411 100644
--- a/modules/apache/templates/vhost_wsgi.conf
+++ b/modules/apache/templates/vhost_wsgi.conf
@@ -1,15 +1,3 @@
-<VirtualHost *:80>
- 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 -%>
- <Location />
- Allow from all
- </Location>
-</VirtualHost>