Skip to content

Releases: f500/ansible-nginx

Idempotent default server removal

11 Oct 11:53
Compare
Choose a tag to compare

When using the flag nginx_set_default_server, a default.conf file is written that returns a 404 on everything. But due to the preceding "state-absent" task, this was not idempotent, and would result in
remove and add on every provisioning run.

SSL improvements

24 Jul 09:47
Compare
Choose a tag to compare

Separated add_header default variable

20 Jul 12:11
Compare
Choose a tag to compare
Merge pull request #5 from f500/headers

Extract headers into dedicated variable so it can be reused

v2.0.3

08 Mar 14:36
Compare
Choose a tag to compare

Update meta from category to galaxy_tags

v2.0.2: Merge pull request #3 from damko/patch-2

08 Mar 14:35
Compare
Choose a tag to compare

Missing config line in the example Nginx config

v2.0.1: Merge pull request #2 from damko/master

04 Mar 23:01
Compare
Choose a tag to compare

Add Nginx example config for PHP7