From f3b66c32cf988f0530534d8396362fc18975bb38 Mon Sep 17 00:00:00 2001 From: "Gallenkamp, Fabian (bax1489)" <476-bax1489@users.noreply.gitlab.rrz.uni-hamburg.de> Date: Tue, 1 Oct 2019 15:16:29 +0200 Subject: [PATCH] Turn off nginx ip-address-logging by default. --- templates/nginx.conf.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 22bca6b..e1239b9 100755 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -59,11 +59,11 @@ http { ## # Logging Settings ## - # FIXME: debug mode only, uncomment in production !!! - access_log /var/log/nginx/access.log; - error_log /var/log/nginx/error.log; - #access_log off; - #error_log off; + # FIXME: debug mode only, do not uncomment in production !!! + # access_log /var/log/nginx/access.log; + # error_log /var/log/nginx/error.log; + access_log off; + error_log off; ## # Gzip Settings -- GitLab