|
@@ -12,7 +12,7 @@ RUN echo "server { \
|
|
|
gzip_vary on;\
|
|
|
client_max_body_size 100m;\
|
|
|
location /client-server/ { \
|
|
|
- proxy_pass http://192.168.1.4:7103/; \
|
|
|
+ proxy_pass http://192.168.1.4:8191/; \
|
|
|
proxy_redirect off; \
|
|
|
proxy_set_header Host client-server; \
|
|
|
proxy_set_header X-Real-IP \$remote_addr; \
|