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