diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-08 01:12:49 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-08 01:12:49 +0000 |
commit | 6bcc5a6dbbb0957fb34801596485e8686f63e47a (patch) | |
tree | 29a4ff9bd79e986fce33e57d5458019a5a67afc9 /modules/apache/templates | |
parent | 71b82af4e7068ce0a1ef544868486b5e96a55e09 (diff) | |
download | puppet-6bcc5a6dbbb0957fb34801596485e8686f63e47a.tar puppet-6bcc5a6dbbb0957fb34801596485e8686f63e47a.tar.gz puppet-6bcc5a6dbbb0957fb34801596485e8686f63e47a.tar.bz2 puppet-6bcc5a6dbbb0957fb34801596485e8686f63e47a.tar.xz puppet-6bcc5a6dbbb0957fb34801596485e8686f63e47a.zip |
- I refactored too much this doesn't work as intended for define
Diffstat (limited to 'modules/apache/templates')
-rw-r--r-- | modules/apache/templates/vhost_django_app.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Location /> Allow from all |