From f4e4ed20a818a10c429e5664ca34973fb7a4a9e0 Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 21 May 2024 22:57:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8Dngix=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lockb | Bin 109838 -> 109838 bytes nginx.conf | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 7d1fd1e8efa68079de4eb2d1cc7cf13e18f0badf..c08fb62e4c380c107fce41944ff167a69ca9d442 100644 GIT binary patch delta 26 hcmeCX#nyL=tziq}Wkn9gI71^nLp_7-w-p(Uy8(si2>$>8 delta 26 dcmeCX#nyL=tziq}Wkn7q1_;=GTanSY8vu5C2Z8_q 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 {