Remove default_type directive and optimize gzip settings

This commit is contained in:
Max Schmidt 2023-10-25 18:44:30 +02:00
parent 2e6cfc7107
commit 2234ce1517
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ events {
}
http {
default_type application/octet-stream;
gzip on;
gzip_vary on;
gzip_proxied any;