From 4c3c152322c24ca608634d113ec067f99b8fe4a8 Mon Sep 17 00:00:00 2001 From: Jayden Date: Wed, 17 Aug 2022 14:35:59 -0400 Subject: [PATCH] Remove `gzip` usage from nginx example config Closes #435 --- scripts-and-tools/example-nginx-lighthouse.conf | 6 ------ 1 file changed, 6 deletions(-) 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,