fix files showing the raw binary data?
This commit is contained in:
parent
41ea1378ef
commit
efc46e56a8
@ -6,6 +6,15 @@ http {
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stdout;
|
||||
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 15;
|
||||
types_hash_max_size 4096;
|
||||
|
||||
server {
|
||||
server_name _;
|
||||
listen 80;
|
||||
|
Loading…
Reference in New Issue
Block a user