Add the /static alias for FAS3 so it serves the static files correctly
This commit is contained in:
parent
5eb7fd3265
commit
dde2eb4b3a
1 changed files with 9 additions and 4 deletions
|
@ -18,9 +18,14 @@ WSGIScriptAlias /fas3 /usr/sbin/fas.wsgi
|
|||
Allow from all
|
||||
</Location>
|
||||
|
||||
Alias /fas3/static /usr/share/fas/themes/fedoraproject/
|
||||
<Directory /usr/share/fas/themes/fedoraproject/>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /usr/sbin>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog logs/fas-error.log
|
||||
<Directory /usr/sbin>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog logs/fas-error.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue