比如想要访问domain/1.txt文件,

nginx配置方法:

location ~* \.(txt)${
root /www;
allow all;
}

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
猜你喜欢
  • 2021-12-30
  • 2022-01-11
  • 2022-02-25
  • 2021-05-01
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案