location / {
if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx|jpg|png|gif|bmp|jpeg)$){
add_header Content-Disposition: 'attachment;';
}
}
nginx开启预览
autoindex on;
gitlab 的守护线程 重启nginx命令
gitlab-ctl restart nginx