Allow robots to follow links from cgit
The default value for the robots meta tag is "index, nofollow" which allows crawlers to index the main page, but not any of the repos. Show them what's out there. Change-Id: I512bb95bce5b3079bd14672414396bc6f5441ff6
This commit is contained in:
parent
6125601ddb
commit
0d4b364ec4
@ -60,6 +60,7 @@ class openstack_project::git_backend (
|
||||
'logo' => '/static/openstack.png',
|
||||
'root-title' => 'OpenStack git repository browser',
|
||||
'max-repo-count' => 2500,
|
||||
'robots' => 'index',
|
||||
},
|
||||
manage_cgitrc => true,
|
||||
selinux_mode => $selinux_mode
|
||||
|
Loading…
Reference in New Issue
Block a user