diff options
author | Matt Harrison <matt@harrison.us.com> | 2016-09-23 10:57:44 -0400 |
---|---|---|
committer | Matt Harrison <matt@harrison.us.com> | 2016-09-23 10:57:44 -0400 |
commit | f1df7b1bc223a1faad266658169095c56a08b31a (patch) | |
tree | a3b0100aad4834cbb0e85bc2b6f0e01a9ec13ee8 /public | |
parent | c2b8063fdabbd3c77d086d7dc80890eacebbaf65 (diff) | |
download | gitlab-ce-f1df7b1bc223a1faad266658169095c56a08b31a.tar.gz |
update robots.txt disallow
Allows projects in groups starting with "s" while still disallowing the
snippets short urls.
Diffstat (limited to 'public')
-rw-r--r-- | public/robots.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/robots.txt b/public/robots.txt index 334f4c03533..7d69fad59d1 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -23,7 +23,7 @@ Disallow: /groups/*/edit Disallow: /users # Global snippets -Disallow: /s +Disallow: /s/ Disallow: /snippets/new Disallow: /snippets/*/edit Disallow: /snippets/*/raw |