Robots.txt - Appsembler

Robots.txt

Creating a robots.txt file is done in the nginx Ansible role.

e.g. all robots, disallow all:

NGINX_ROBOT_RULES:

 – { agent: ‘*’, disallow: ‘/’ }