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