server { listen 80; listen [::]:80; root /files; autoindex on; autoindex_exact_size off; autoindex_localtime on; sendfile on; tcp_nopush on; }