location ^~/temp{
	alias  /home/file/temp;
	expires 7d;
	if ($request_uri ~* ^.*\/(.*)\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx|jpg|png)(\?n=([^&]+))$) {
		add_header Content-Disposition "attachment;filename=$arg_n.$2";
	}
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
相关资源
相似解决方案