+## http://localhost/cgit/cgit.cgi?r=repo&p=log&id=master
+##
+## For this to work with apache, rewrite rules must be added to httpd.conf,
+## possibly looking something like this:
+##
+## RewriteRule ^/git/$ /cgit/cgit.cgi [L,QSA]
+## RewriteRule ^/git/([^/]+)/$ /cgit/cgit.cgi?r=$1 [L,QSA]
+## RewriteRule ^/git/([^/]+)/([^/]+)/$ /cgit/cgit.cgi?r=$1&p=$2 [L,QSA]
+##
+## This setting is disabled by default.