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 +}