3a86aa85 by lihua

修改nginx

1 parent 09afcc2c
......@@ -26,11 +26,12 @@ server {
}
location /api/ {
resolver 169.254.25.10 valid=30s;
proxy_pass http://ms-daop-trust-data-space-gateway-server-temp.tds:8052/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
proxy_pass http://ms-daop-trust-data-space-gateway-server-temp.tds:8052/;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!