From 025fd40a9841c34173a495a4e6edb29ae3388ab7 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 1 Jan 2021 23:45:04 +0100 Subject: [PATCH] Activated access log again --- roles/native-nginx/templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/native-nginx/templates/nginx.conf.j2 b/roles/native-nginx/templates/nginx.conf.j2 index 78f0be3a..952dadf5 100644 --- a/roles/native-nginx/templates/nginx.conf.j2 +++ b/roles/native-nginx/templates/nginx.conf.j2 @@ -10,7 +10,7 @@ http proxy_cache_path /tmp/cache levels=1:2 keys_zone=cache:60m max_size=1G; include mime.types; default_type text/html; - access_log /dev/null; + access_log syslog:server=unix:/dev/log; error_log syslog:server=unix:/dev/log; sendfile on; keepalive_timeout 65;