Commit 88efd6f3 authored by tanghao's avatar tanghao

123

parent 7008ffff
FROM nginx
ENV bs_url http://192.168.3.151:10010/
ENV NGINX_PROXY_PASS=http://192.168.3.151:10000/
MAINTAINER tanghao@163.com
VOLUME /tmp
ENV LANG en_US.UTF-8
......@@ -7,7 +7,7 @@ RUN echo "server { \
listen 80; \
client_max_body_size 50M; \
location /api/ { \
proxy_pass $bs_url; \
proxy_pass $NGINX_PROXY_PASS; \
proxy_redirect off; \
proxy_set_header Host topsun-excel-order; \
proxy_set_header X-Real-IP \$remote_addr; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment