nickjj / ansible-nginx

Install and configure nginx (SSL A+ by default) with Ansible.
MIT License
73 stars 37 forks source link

Allow user to provide main (top-level) directives #21

Open cristoper opened 6 years ago

cristoper commented 6 years ago

nginx_main_directives works the same as nginx_http_directives but is outside of http block (useful for including dynamically-loaded modules).