]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
puddle: rm unused nginx parameter
authorKen Dreyer <kdreyer@redhat.com>
Fri, 14 Aug 2015 18:46:55 +0000 (12:46 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 14 Aug 2015 18:46:55 +0000 (12:46 -0600)
We weren't using this and it's just cruft. delete it

roles/puddle/templates/nginx.conf

index 63c9fc606a22b228649472b68ad3915261e42ac6..e2f4b085680f58c816fea246aee9f65dfa23c33f 100644 (file)
@@ -70,8 +70,5 @@ http {
             # More from distill:
             text/plain manifest MD5SUM SHA1SUM SHA256SUM;
         }
-
-        #access_log  /var/log/nginx/host.access.log  main;
-
     }
 }