From 190cba851b624e7863b392e9da736c43d4441922 Mon Sep 17 00:00:00 2001 From: Matthew McFarland Date: Fri, 1 Sep 2017 10:04:57 -0400 Subject: [PATCH] Upgrade nginx ansible role Upgraded to allow gzipping of our javascript assets. Other changes include turning off server tokens and installing the full nginx package which includes additional modules which are not utilized by the app. --- deployment/ansible/roles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ansible/roles.yml b/deployment/ansible/roles.yml index a94c4888a..4cd4b9f0a 100644 --- a/deployment/ansible/roles.yml +++ b/deployment/ansible/roles.yml @@ -7,7 +7,7 @@ - src: azavea.git version: 0.1.0 - src: azavea.nginx - version: 0.2.1 + version: 0.3.1 - src: azavea.daemontools version: 0.1.0 - src: azavea.postgresql-support