From 46dec1b0f009b118057fcae7fb24a102367e4665 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 8 Jun 2025 15:44:22 -0400 Subject: [PATCH] Add patch-dl.ffxiv.localhost to the default Caddy config You have to place the patch files under the patches/ directory. --- .gitignore | 1 + resources/Caddyfile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 91940d6..f0b47d4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ config.yaml src/opcodes.rs backups/ temp.zip +patches/ diff --git a/resources/Caddyfile b/resources/Caddyfile index a3bbeb6..c0d2f70 100644 --- a/resources/Caddyfile +++ b/resources/Caddyfile @@ -33,3 +33,8 @@ patch-gamever.ffxiv.localhost:80 { ffxiv-login.square.localhost:80 { reverse_proxy :6700 } + +patch-dl.ffxiv.localhost:80 { + root * ./patches + file_server browse +}