1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-10 10:27:45 +00:00

Add patch-dl.ffxiv.localhost to the default Caddy config

You have to place the patch files under the patches/ directory.
This commit is contained in:
Joshua Goins 2025-06-08 15:44:22 -04:00
parent 9e1bfe8625
commit 46dec1b0f0
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ config.yaml
src/opcodes.rs
backups/
temp.zip
patches/

View file

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