remove nginx_use_method

- remove nginx_use_method, define if needed as part of nginx_extra_events_options
pull/129/head
Ryan MacDonald 6 years ago committed by GitHub
parent 90f9bf4bcd
commit 8336bde4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      templates/nginx.conf.j2

@ -19,9 +19,6 @@ events {
{{ nginx_extra_events_options|indent(4, False) }}
{% endif %}
{% if nginx_use_method is defined %}
use {{ nginx_use_method }};
{% endif %}
}
{% endblock %}