forked from infra/ansible
matrix: disable reverse proxy access log
This commit is contained in:
parent
09043f39ca
commit
7a4ec7aae1
@ -23,6 +23,7 @@ server {
|
|||||||
ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key;
|
ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key;
|
||||||
ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt;
|
ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt;
|
||||||
|
|
||||||
|
access_log off;
|
||||||
client_max_body_size 25M;
|
client_max_body_size 25M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
@ -42,6 +43,7 @@ server {
|
|||||||
ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key;
|
ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key;
|
||||||
ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt;
|
ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt;
|
||||||
|
|
||||||
|
access_log off;
|
||||||
client_max_body_size 25M;
|
client_max_body_size 25M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user