提交 fe721577 authored 作者: 李炎's avatar 李炎

test

上级 37385e92
......@@ -27,6 +27,15 @@ RUN echo "\
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \
} \
location /wx/quotation/download/pdf { \
proxy_pass http://yongxingda; \
proxy_set_header Host yongxingda; \
proxy_set_header X-Real-IP \$remote_addr; \
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \
add_header Content-Type "application/pdf; charset=utf-8"; \
add_header Cache-Control "no-cache, no-store, max-age=0"; \
add_header Content-Disposition "attachment;filename=$arg_n.pdf"; \
}\
location /wx { \
proxy_pass http://yongxingda; \
proxy_set_header Host yongxingda; \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论