added mime types
This commit is contained in:
parent
33b03ad413
commit
2bc8b7ea91
11
nginx.conf
11
nginx.conf
@ -12,7 +12,16 @@ http {
|
|||||||
access_log nginx_access.log;
|
access_log nginx_access.log;
|
||||||
error_log nginx_error.log info;
|
error_log nginx_error.log info;
|
||||||
|
|
||||||
include /etc/nginx/mime.types;
|
types {
|
||||||
|
text/html html htm shtml;
|
||||||
|
text/css css;
|
||||||
|
application/javascript js;
|
||||||
|
application/wasm wasm;
|
||||||
|
image/png png;
|
||||||
|
image/jpeg jpg jpeg;
|
||||||
|
image/svg+xml svg;
|
||||||
|
}
|
||||||
|
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user