修改default.conf
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ server { | ... | @@ -43,7 +43,7 @@ server { |
| 43 | 43 | ||
| 44 | # 使用 rewrite 将 /api 替换为 /new-api | 44 | # 使用 rewrite 将 /api 替换为 /new-api |
| 45 | rewrite ^/api/(.*)$ /$1 break; | 45 | rewrite ^/api/(.*)$ /$1 break; |
| 46 | proxy_pass http://192.168.6.20:28052; | 46 | proxy_pass http://192.168.6.20:58052; |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | location /circulation { | 49 | location /circulation { | ... | ... |
-
Please register or sign in to post a comment