From 05b8f00cf0132cf83794cdb8e30a6e25cd13c48b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 14 Aug 2015 12:46:55 -0600 Subject: [PATCH] puddle: rm unused nginx parameter We weren't using this and it's just cruft. delete it --- roles/puddle/templates/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/puddle/templates/nginx.conf b/roles/puddle/templates/nginx.conf index 63c9fc60..e2f4b085 100644 --- a/roles/puddle/templates/nginx.conf +++ b/roles/puddle/templates/nginx.conf @@ -70,8 +70,5 @@ http { # More from distill: text/plain manifest MD5SUM SHA1SUM SHA256SUM; } - - #access_log /var/log/nginx/host.access.log main; - } } -- 2.47.3