1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-20 17:47:46 +00:00

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.
This commit is contained in:
NotNite 2025-03-17 14:14:22 -04:00
parent b3326e957e
commit 55ab2090af
No known key found for this signature in database
GPG key ID: BD91A5402CCEB08A
2 changed files with 7 additions and 7 deletions

View file

@ -2,26 +2,26 @@
auto_https off auto_https off
} }
admin.ffxiv.local:80 { admin.ffxiv.localhost:80 {
reverse_proxy :5800 reverse_proxy :5800
} }
ffxiv.local:80 { ffxiv.localhost:80 {
reverse_proxy :5801 reverse_proxy :5801
} }
frontier.ffxiv.local:80 { frontier.ffxiv.localhost:80 {
reverse_proxy :5857 reverse_proxy :5857
} }
patch-bootver.ffxiv.local:80 { patch-bootver.ffxiv.localhost:80 {
reverse_proxy :6900 reverse_proxy :6900
} }
patch-gamever.ffxiv.local:80 { patch-gamever.ffxiv.localhost:80 {
reverse_proxy :6900 reverse_proxy :6900
} }
ffxiv-login.square.local:80 { ffxiv-login.square.localhost:80 {
reverse_proxy :6700 reverse_proxy :6700
} }

View file

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<form action='http://ffxiv-login.square.local/register' method='post'> <form action='http://ffxiv-login.square.localhost/register' method='post'>
<label for="username">Username:</label><br> <label for="username">Username:</label><br>
<input type='text' id='username' name='username'/><br> <input type='text' id='username' name='username'/><br>
<label for="password">Password:</label><br> <label for="password">Password:</label><br>