访问流通平台
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -61,7 +61,7 @@ server { | ... | @@ -61,7 +61,7 @@ server { |
| 61 | 61 | ||
| 62 | # 使用 rewrite 将 /circulation 替换为 /new-api | 62 | # 使用 rewrite 将 /circulation 替换为 /new-api |
| 63 | rewrite ^/circulation/(.*)$ /$1 break; | 63 | rewrite ^/circulation/(.*)$ /$1 break; |
| 64 | proxy_pass https://daop-lt-test.zgsjzc.com; | 64 | proxy_pass https://daop-lt-test.zgsjzc.com/api; |
| 65 | } | 65 | } |
| 66 | location /delivery { | 66 | location /delivery { |
| 67 | # 设置允许跨域的域名,可以使用通配符 '*' 允许所有域访问 | 67 | # 设置允许跨域的域名,可以使用通配符 '*' 允许所有域访问 | ... | ... |
-
Please register or sign in to post a comment