Update default_type in nginx.conf

This commit is contained in:
Max Schmidt 2023-10-24 10:25:46 +02:00
parent d64bf301dd
commit fe6e0368fc

View File

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