diff --git a/scripts-and-tools/example-nginx-lighthouse.conf b/scripts-and-tools/example-nginx-lighthouse.conf index 44e89313..bcb2cb3b 100644 --- a/scripts-and-tools/example-nginx-lighthouse.conf +++ b/scripts-and-tools/example-nginx-lighthouse.conf @@ -8,12 +8,6 @@ server { ssl_protocols SSLv2 SSLv3 TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers ALL; ssl_prefer_server_ciphers off; - - # Enable gzip Compression - gzip on; - gzip_types *; - gzip_http_version 1.1; - gzip_min_length 100; # Server locations # Technically, the ports dont follow standards,