From 72a2d91c9f6f9a6fc7026746730f4ca69d8a4f65 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Fri, 10 Jan 2020 23:39:09 -0500 Subject: [PATCH] only declare logs in one place --- roles/nginx/templates/server.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/nginx/templates/server.conf b/roles/nginx/templates/server.conf index e734bde1f..5151b6b8a 100644 --- a/roles/nginx/templates/server.conf +++ b/roles/nginx/templates/server.conf @@ -3,10 +3,6 @@ server { server_name {{ iiab_hostname }}; listen 80; - access_log {{ apache_log_dir }}/access.log; - error_log {{ apache_log_dir }}/error.log; - access_log {{ apache_log_dir }}/scripts.log scripts; - index index.php index.html index.htm; # let individual services drop location blocks in conf.d