Commit bcc15d28 by Edward Zarecor

Maybe this makes the most sense.

parent d84a6b21
......@@ -161,3 +161,9 @@ common_close_all_caches: |
cache = get_cache(cache_name)
if hasattr(cache, 'close'):
cache.close()
common_robot_rules: |
{% for item in NGINX_ROBOT_RULES %}
User-agent: {{ item.agent }}
Disallow: {{ item.disallow }}
{% endfor %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment