vhost_all.j2 256 B

12345678910
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. include /etc/nginx/vhost_expires;
  7. include /etc/nginx/vhost_cache-fd;
  8. include /etc/nginx/vhost_protect-files;
  9. include /etc/nginx/vhost_security;