mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 15:22:40 +08:00
Set httpd perms on some css/js dirs.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user