host/oparic: caddy reverse_proxy directly to container IP

This commit is contained in:
2026-05-17 17:30:09 +08:00
parent 20064ae546
commit e03073122b
+1 -1
View File
@@ -113,7 +113,7 @@
propagation_timeout -1 propagation_timeout -1
propagation_delay 30s propagation_delay 30s
} }
reverse_proxy localhost:40000 reverse_proxy 10.233.1.2:80
''; '';
}; };
}; };