location ^~ /fs/ {#如https://xx.com/fs/upload  转发到文件服务器
           	proxy_pass http://127.0.0.1:8080/fs/;
			    
       	}

  

相关文章:

  • 2022-01-05
  • 2021-08-18
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-10-18
  • 2021-12-10
  • 2021-12-25
  • 2021-12-18
  • 2021-11-10
相关资源
相似解决方案