Remove gzip usage from nginx example config

Closes #435
This commit is contained in:
Jayden 2022-08-17 14:35:59 -04:00 committed by GitHub
parent 99a8a4a3df
commit 4c3c152322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,