Add missing nginx mime.types
This commit is contained in:
parent
daefcfcaeb
commit
db3ea1828e
@ -3,6 +3,7 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
include mime.types;
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
|
Loading…
Reference in New Issue
Block a user