Merge branch 'develop' of 10.0.47.245:/home/trustie2 into develop
This commit is contained in:
commit
771aee2453
|
@ -2,7 +2,10 @@
|
|||
# by trustie team
|
||||
#
|
||||
User-agent: *
|
||||
Disallow: /projects/*
|
||||
Disallow: /users/*
|
||||
Disallow: /course/*
|
||||
Disallow: /contests/*
|
||||
<% @projects.each do |p| -%>
|
||||
Disallow: /projects/<%= p.to_param %>/repository
|
||||
<% end -%>
|
||||
Disallow: /admin/
|
||||
|
|
Loading…
Reference in New Issue