mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 11:17:51 +02:00
Fix nginx warning: adding already-default text/html to gzip_types
This commit is contained in:
@ -34,7 +34,7 @@ server {
|
||||
root /dev/null;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/plain text/html application/json;
|
||||
gzip_types text/plain application/json;
|
||||
|
||||
ssl_certificate {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/fullchain;
|
||||
ssl_certificate_key {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/privkey;
|
||||
|
Reference in New Issue
Block a user