From 6bcc5a6dbbb0957fb34801596485e8686f63e47a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 8 Nov 2010 01:12:49 +0000 Subject: - I refactored too much this doesn't work as intended for define --- modules/apache/templates/vhost_django_app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/templates') diff --git a/modules/apache/templates/vhost_django_app.conf b/modules/apache/templates/vhost_django_app.conf index fffd5321..270e14d0 100644 --- a/modules/apache/templates/vhost_django_app.conf +++ b/modules/apache/templates/vhost_django_app.conf @@ -3,7 +3,7 @@ # Serve static content directly DocumentRoot /dev/null - WSGIScriptAlias / <%= wsgi_dir%>/<%= name %>.wsgi + WSGIScriptAlias / /usr/local/lib/wsgi/<%= name %>.wsgi Allow from all -- cgit v1.2.1