fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -78,7 +78,7 @@ server { | ... | @@ -78,7 +78,7 @@ server { |
| 78 | 78 | ||
| 79 | # 使用 rewrite 将 /circulation 替换为 /new-api | 79 | # 使用 rewrite 将 /circulation 替换为 /new-api |
| 80 | rewrite ^/delivery/(.*)$ /$1 break; | 80 | rewrite ^/delivery/(.*)$ /$1 break; |
| 81 | proxy_pass https://daop-jgjf-test.zgsjzc.com; | 81 | proxy_pass https://daop-jgjf-test.zgsjzc.com/api; |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | error_page 500 502 503 504 /50x.html; | 84 | error_page 500 502 503 504 /50x.html; | ... | ... |
-
Please register or sign in to post a comment