1
0
Fork 0
satnogs-db/db/templates/robots.txt

7 lines
104 B
Plaintext
Raw Normal View History

2015-07-17 11:56:23 -06:00
user-agent: *
2015-07-21 02:44:11 -06:00
{% if environment == 'production' %}
2015-07-17 11:56:23 -06:00
Disallow: /admin/
{% else %}
Disallow: /
{% endif %}