From 0529b7a420807fa331de69dddcec219bddc5fd23 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Wed, 28 May 2025 18:46:36 -0600 Subject: [PATCH] Fix reverse proxy configuration for Neo4j in Caddyfile - Removed unnecessary path specification in the reverse_proxy directive for Neo4j, streamlining the configuration. --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 3e534ba..f7e2942 100644 --- a/Caddyfile +++ b/Caddyfile @@ -58,7 +58,7 @@ # Neo4j {$NEO4J_HOSTNAME} { - reverse_proxy / neo4j:7474 + reverse_proxy neo4j:7474 } # Neo4j Bolt Protocol (wss)