设置如下:
server {
listen 8110;
server_name localhost;
access_log /root/log;
root /pathto/dowloads;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
请问有什么其他设置可以改进体验吗?
比如: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 这个网站,也是用 nginx 搭建的,点击要下载的文件,马上就跳出下载框了。 然而我的,几十兆的文件都要等半天才会跳出下载框。
求教。