mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-29 09:57:46 +00:00
This can eventually be put into a retail launcher, but it doesn't do much yet.
31 lines
422 B
Caddyfile
31 lines
422 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
admin.ffxiv.localhost:80 {
|
|
reverse_proxy :5800
|
|
}
|
|
|
|
ffxiv.localhost:80 {
|
|
reverse_proxy :5801
|
|
}
|
|
|
|
launcher.ffxiv.localhost:80 {
|
|
reverse_proxy :5802
|
|
}
|
|
|
|
frontier.ffxiv.localhost:80 {
|
|
reverse_proxy :5857
|
|
}
|
|
|
|
patch-bootver.ffxiv.localhost:80 {
|
|
reverse_proxy :6900
|
|
}
|
|
|
|
patch-gamever.ffxiv.localhost:80 {
|
|
reverse_proxy :6900
|
|
}
|
|
|
|
ffxiv-login.square.localhost:80 {
|
|
reverse_proxy :6700
|
|
}
|