mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-12 19:27:46 +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:
parent
9e1bfe8625
commit
46dec1b0f0
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ config.yaml
|
||||||
src/opcodes.rs
|
src/opcodes.rs
|
||||||
backups/
|
backups/
|
||||||
temp.zip
|
temp.zip
|
||||||
|
patches/
|
||||||
|
|
|
@ -33,3 +33,8 @@ patch-gamever.ffxiv.localhost:80 {
|
||||||
ffxiv-login.square.localhost:80 {
|
ffxiv-login.square.localhost:80 {
|
||||||
reverse_proxy :6700
|
reverse_proxy :6700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
patch-dl.ffxiv.localhost:80 {
|
||||||
|
root * ./patches
|
||||||
|
file_server browse
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue