1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-22 23:27:46 +00:00
kawari/Caddyfile
NotNite e3b5bea440 Move to .localhost TLD for Caddyfile
.local is reserved for mDNS (see RFC 6762), and it wasn't properly
resolving on my machine. .localhost (RFC 6761) seems more correct.
2025-03-17 16:40:04 -04:00

27 lines
No EOL
364 B
Caddyfile

{
auto_https off
}
admin.ffxiv.localhost:80 {
reverse_proxy :5800
}
ffxiv.localhost:80 {
reverse_proxy :5801
}
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
}