people: also allow symlinks in public_git

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-27 15:28:58 -07:00
parent 3f394e266e
commit 095d74eff4

View file

@ -66,6 +66,7 @@ NameVirtualHost *:80
</Directory>
<Directory "/home/fedora/*/public_git*">
Options SymLinksIfOwnerMatch
Require all granted
Require method GET POST OPTIONS
</Directory>