fix: update nginx config

This commit is contained in:
thehrz 2024-08-17 13:28:39 +08:00
parent b0f784596d
commit c5992865fc
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,5 +1,5 @@
upstream backend {
server backend:8080;
server ipv6-test-backend:8080;
}
server {