From e03073122bd3090097c1baad229cc9a4da30f540 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 17:30:09 +0800 Subject: [PATCH] host/oparic: caddy reverse_proxy directly to container IP --- hosts/oparic-local-dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 1150bf7..419f277 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -113,7 +113,7 @@ propagation_timeout -1 propagation_delay 30s } - reverse_proxy localhost:40000 + reverse_proxy 10.233.1.2:80 ''; }; };