From f8226e662e8712296999d2ac19ca264ad69c99f9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 1 Jun 2012 03:22:28 -0400 Subject: [PATCH] Small fix to apache site template --- fabfile/templates/apache_site | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fabfile/templates/apache_site b/fabfile/templates/apache_site index a89641cfcd..68b7916810 100644 --- a/fabfile/templates/apache_site +++ b/fabfile/templates/apache_site @@ -3,9 +3,9 @@ # XSendFile On # XSendFileAllowAbove On - WSGIScriptAlias / %(repository_path)/wsgi/dispatch.wsgi + WSGIScriptAlias / %(repository_path)s/wsgi/dispatch.wsgi - + Order deny,allow Allow from all @@ -13,7 +13,7 @@ LogLevel warn CustomLog /var/log/apache2/mayan_access.log combined - Alias /mayan-static "%(repository_path)/static/" + Alias /mayan-static "%(repository_path)s/static/" SetHandler None