|
@@ -6,8 +6,8 @@ ENV LANG en_US.UTF-8
|
|
|
RUN echo "server { \
|
|
|
listen 80; \
|
|
|
client_max_body_size 100m;\
|
|
|
- location /mes-server/ { \
|
|
|
- proxy_pass http://192.168.101.4:7104/; \
|
|
|
+ location /spc-server/ { \
|
|
|
+ proxy_pass http://192.168.101.4:7105/; \
|
|
|
proxy_redirect off; \
|
|
|
proxy_set_header Host mes-server; \
|
|
|
proxy_set_header X-Real-IP \$remote_addr; \
|