Update default_type in nginx.conf
This commit is contained in:
parent
d64bf301dd
commit
fe6e0368fc
@ -3,8 +3,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
default_type application/octet-stream;
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
gzip_proxied any;
|
||||
|
Loading…
Reference in New Issue
Block a user