Add /cgit rewrite for git server docroot
Update the cgit Apache config to make requests to http://git.openstack.org be rewritten to go to /cgit Change-Id: I3589868e9cb202f4d4b89378ca5e38ec57869b2c
This commit is contained in:
parent
6a9e2ce292
commit
10a9f854fa
@ -1,2 +1,4 @@
|
||||
Alias /cgit-data /usr/share/cgit
|
||||
ScriptAlias /cgit /var/www/cgi-bin/cgit
|
||||
RewriteEngine On
|
||||
RewriteRule ^/$ /cgit [R]
|
||||
|
Loading…
Reference in New Issue
Block a user