Small fix to apache site template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user