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 / {