Fix reverse proxy configuration for Neo4j in Caddyfile

- Removed unnecessary path specification in the reverse_proxy directive for Neo4j, streamlining the configuration.
This commit is contained in:
Yury Kossakovsky
2025-05-28 18:46:36 -06:00
parent 4d882c3bc9
commit 0529b7a420

View File

@@ -58,7 +58,7 @@
# Neo4j
{$NEO4J_HOSTNAME} {
reverse_proxy / neo4j:7474
reverse_proxy neo4j:7474
}
# Neo4j Bolt Protocol (wss)