mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
Closes: #1658 Signed-off-by: Veiko Aasa veiko17@disroot.org [sunil@medhas.org Minor styling and cosmetic changes] [sunil@medhas.org Write comments for Apache configurations] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
##
|
|
## Limit access to gitweb web interface. Only users belonging to 'admin' or
|
|
## 'git-access' groups are allowed to view the web interface. This configuration
|
|
## is to be enabled when there is at least one public git project.
|
|
##
|
|
<Directory /usr/share/gitweb>
|
|
Include includes/freedombox-single-sign-on.conf
|
|
<IfModule mod_auth_pubtkt.c>
|
|
TKTAuthToken "git-access" "admin"
|
|
</IfModule>
|
|
</Directory>
|