diff --git a/bun.lockb b/bun.lockb index 7d1fd1e..c08fb62 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nginx.conf b/nginx.conf index 1489e13..2cf7302 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,7 +16,12 @@ server { location /api/v1/pushers { resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS - proxy_pass http://pushers:8080; + proxy_pass http://pusher:8080; + } + + location /api/v1/push { + resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS + proxy_pass http://pusher:8080; } location /api/v1/watchers {