From 7087ab5f078c563c69128b89f31256d273227c22 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Tue, 11 Jul 2023 23:11:34 +0200 Subject: [PATCH] (run) Reduce nginx access log noise for local setup --- run/nginx-site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/run/nginx-site.conf b/run/nginx-site.conf index f9887ad3..5a32bb1a 100644 --- a/run/nginx-site.conf +++ b/run/nginx-site.conf @@ -54,6 +54,7 @@ server { location / { proxy_pass http://control-service:5090/public/; + access_log off; } } \ No newline at end of file