Allow httpd to write the git repo used by the source tab
The Source tab is using git repository that are cloned under /var/cache/fedoracommunity/git.fp.o. This commit allow httpd to access this folder. Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
de71bacf72
commit
d80ead8087
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracom
|
|||
WSGIProcessGroup fedoracommunity
|
||||
</Directory>
|
||||
|
||||
<Directory /var/cache/fedoracommunity/git.fedoraproject.org>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /var/cache/fedoracommunity/packages/icons/>
|
||||
# If someone tries to access an icon that doesn't exist,
|
||||
# then send them to the default icon. This is used by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue