mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Add basic robots.txt file.
This commit is contained in:
parent
a270579f36
commit
33617ef0a1
2 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ handlers:
|
|||
- url: /favicon.ico
|
||||
static_files: static/favicon.ico
|
||||
upload: static/favicon.ico
|
||||
- url: /robots.txt
|
||||
static_files: static/robots.txt
|
||||
upload: static/robots.txt
|
||||
- url: /digest/cron
|
||||
script: _go_app
|
||||
login: admin
|
||||
|
|
|
|||
6
app/static/robots.txt
Normal file
6
app/static/robots.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
User-Agent: *
|
||||
Disallow: /account
|
||||
Disallow: /admin
|
||||
Disallow: /digest
|
||||
Disallow: /github
|
||||
Disallow: /session
|
||||
Loading…
Reference in a new issue