retrace: always use correct path in hub.wsgi
This commit is contained in:
parent
d9a359e446
commit
8c00f895d2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ WSGIScriptAlias {{ url_suffix }} /usr/lib/{{ python }}/site-packages/webfaf/hub.
|
|||
</Directory>
|
||||
|
||||
# static
|
||||
Alias /static "/usr/share/faf/web/static"
|
||||
Alias {{ url_suffix }}/static "/usr/share/faf/web/static"
|
||||
<Directory "/usr/share/faf/web/static">
|
||||
Options Indexes
|
||||
IndexOptions FancyIndexing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue