Add mime types to nginx.conf
This commit is contained in:
parent
9b3f159a09
commit
92fdc3489e
@ -10,7 +10,8 @@ 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;
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user