From 7a4ec7aae128b4839ad36df37a5750e983cfa597 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 29 Jun 2021 17:24:42 +0200 Subject: [PATCH] matrix: disable reverse proxy access log --- roles/matrix/templates/vhost.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/matrix/templates/vhost.j2 b/roles/matrix/templates/vhost.j2 index e390eec..c37a682 100644 --- a/roles/matrix/templates/vhost.j2 +++ b/roles/matrix/templates/vhost.j2 @@ -23,6 +23,7 @@ server { ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key; ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt; + access_log off; client_max_body_size 25M; location / { @@ -42,6 +43,7 @@ server { ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key; ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt; + access_log off; client_max_body_size 25M; location / {