Disable Indexing with Nginx via X-Robots
Set X-Robots via Nginx to disallow indexing/crawling of development/pre-production sites.
add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive"; Set X-Robots via Nginx to disallow indexing/crawling of development/pre-production sites.
add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";