Set httpd perms on some css/js dirs.
This commit is contained in:
parent
864794cb57
commit
bec2534d3f
1 changed files with 6 additions and 0 deletions
|
@ -40,3 +40,9 @@ WSGIScriptAlias /tagger /usr/share/fedoratagger/fedoratagger.wsgi
|
|||
WSGIProcessGroup fedoratagger
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/>
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory /usr/share/fedoratagger/toscawidgets/resources>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue