From 8ddfe15f7d3165bf2891a1cc25a11e9c2f82af87 Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Thu, 5 Sep 2024 17:07:15 -0700 Subject: [PATCH] update caddy for status page's new port number --- templates/caddy/Caddyfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/caddy/Caddyfile.j2 b/templates/caddy/Caddyfile.j2 index 6d524bb..a9f6b16 100644 --- a/templates/caddy/Caddyfile.j2 +++ b/templates/caddy/Caddyfile.j2 @@ -1,6 +1,6 @@ {{ ansible_host }} { @nfdstatus path / /nfd-status.xsl /*.css - reverse_proxy @nfdstatus http://nfd-http-status-server:8080 + reverse_proxy @nfdstatus http://nfd-http-status-server:6380 @ws path /ws /ws/* reverse_proxy @ws http://nfd:9696