随笔分类 -  Nginx

摘要:后台返回流,前端需要接收,否则图片不能下载。 例子 JAVA 将文件写入OutputStream public void download(String filePath, HttpServletResponse resp) throws IOException { File file = new 阅读全文
posted @ 2022-07-26 00:19 Hexrui 阅读(1069) 评论(0) 推荐(0)
摘要:单域名 前端网站地址:http://xxxx.vip 服务端代理网址:http://api.xxxx.vip服务端地址:localhost:8085 server { listen 80; server_name api.xxxx.vip; location / { if ($request_met 阅读全文
posted @ 2022-07-23 15:55 Hexrui 阅读(601) 评论(0) 推荐(0)

返回顶部