提交 7eba4d39 authored 作者: 李炎's avatar 李炎

微调

上级 358da95a
...@@ -33,6 +33,10 @@ RUN echo "\ ...@@ -33,6 +33,10 @@ RUN echo "\
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \ proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \
} \ } \
location /wx/quotation/download/pdf { \ 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; \
root /var/www/html/ ; \ root /var/www/html/ ; \
add_header Content-Type "application/pdf; charset=utf-8"; \ add_header Content-Type "application/pdf; charset=utf-8"; \
add_header Cache-Control "no-cache, no-store, max-age=0"; \ add_header Cache-Control "no-cache, no-store, max-age=0"; \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论