Small fix to apache site template

This commit is contained in:
Roberto Rosario
2012-06-01 03:22:28 -04:00
parent cd4d8b6f33
commit f8226e662e

View File

@@ -3,9 +3,9 @@
# XSendFile On
# XSendFileAllowAbove On
WSGIScriptAlias / %(repository_path)/wsgi/dispatch.wsgi
WSGIScriptAlias / %(repository_path)s/wsgi/dispatch.wsgi
<Directory %(repository_path)>
<Directory %(repository_path)s>
Order deny,allow
Allow from all
</Directory>
@@ -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/"
<Location "/static">
SetHandler None
</Location>