fix 修复ngix配置
Some checks failed
Build image / build (push) Failing after 3h10m35s

This commit is contained in:
timerzz 2024-05-21 22:57:12 +08:00
parent a8b982f32c
commit f4e4ed20a8
2 changed files with 6 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -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 {