Add default_type for nginx.conf
This commit is contained in:
parent
ab1f54d573
commit
9b3f159a09
@ -10,7 +10,7 @@ http {
|
||||
gzip_buffers 16 8k;
|
||||
gzip_http_version 1.1;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
default_type application/octet-stream;
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user