Ant Design Pro是通过URL路径前缀/api访问后端服务器,因此在nginx配置以下代理即可。
location / { index.html } location /api { proxy_pass: api.mydomain.com }