mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +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
|
- url: /favicon.ico
|
||||||
static_files: static/favicon.ico
|
static_files: static/favicon.ico
|
||||||
upload: static/favicon.ico
|
upload: static/favicon.ico
|
||||||
|
- url: /robots.txt
|
||||||
|
static_files: static/robots.txt
|
||||||
|
upload: static/robots.txt
|
||||||
- url: /digest/cron
|
- url: /digest/cron
|
||||||
script: _go_app
|
script: _go_app
|
||||||
login: admin
|
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