diff options
Diffstat (limited to 'modules/apache/templates/vhost_wsgi.conf')
-rw-r--r-- | modules/apache/templates/vhost_wsgi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_wsgi.conf b/modules/apache/templates/vhost_wsgi.conf index 34926411..2f1ba585 100644 --- a/modules/apache/templates/vhost_wsgi.conf +++ b/modules/apache/templates/vhost_wsgi.conf @@ -1,3 +1,3 @@ -WSGIScriptAlias / <%= wsgi_path %> +WSGIScriptAlias / <%= @wsgi_path %> |