contrib/cgit/cgit.conf

24 lines
487 B
Plaintext
Raw Normal View History

2017-06-19 16:46:50 +02:00
ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
2010-12-15 15:53:13 +01:00
2017-06-19 16:46:50 +02:00
Alias /cgit-css "/usr/share/webapps/cgit/"
<Directory "/usr/share/webapps/cgit/">
AllowOverride None
Options None
Require all granted
AuthType Basic
AuthName cgit
AuthUserFile /etc/httpd/conf/passwd
Require user root
</Directory>
<Directory "/usr/lib/cgit/">
2010-12-15 15:53:13 +01:00
AllowOverride None
2017-06-19 16:46:50 +02:00
Options ExecCGI FollowSymlinks
Require all granted
AuthType Basic
AuthName cgit
AuthUserFile /etc/httpd/conf/passwd
Require user root
2010-12-15 15:53:13 +01:00
</Directory>