修改host

This commit is contained in:
0000792 2022-09-20 13:54:23 +08:00
parent 2617a47307
commit 27a13e9eaa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN echo "server { \
server_name localhost; \
location /prod-api/ { \
proxy_pass http://192.168.10.241:30646/; \
proxy_set_header Host 192.168.10.241:30646; \
proxy_set_header Host 192.168.10.241; \
proxy_set_header X-Real-IP $remote_addr; \
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; \
}\