mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-20 09:47:44 +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:
parent
b3326e957e
commit
55ab2090af
2 changed files with 7 additions and 7 deletions
12
Caddyfile
12
Caddyfile
|
@ -2,26 +2,26 @@
|
|||
auto_https off
|
||||
}
|
||||
|
||||
admin.ffxiv.local:80 {
|
||||
admin.ffxiv.localhost:80 {
|
||||
reverse_proxy :5800
|
||||
}
|
||||
|
||||
ffxiv.local:80 {
|
||||
ffxiv.localhost:80 {
|
||||
reverse_proxy :5801
|
||||
}
|
||||
|
||||
frontier.ffxiv.local:80 {
|
||||
frontier.ffxiv.localhost:80 {
|
||||
reverse_proxy :5857
|
||||
}
|
||||
|
||||
patch-bootver.ffxiv.local:80 {
|
||||
patch-bootver.ffxiv.localhost:80 {
|
||||
reverse_proxy :6900
|
||||
}
|
||||
|
||||
patch-gamever.ffxiv.local:80 {
|
||||
patch-gamever.ffxiv.localhost:80 {
|
||||
reverse_proxy :6900
|
||||
}
|
||||
|
||||
ffxiv-login.square.local:80 {
|
||||
ffxiv-login.square.localhost:80 {
|
||||
reverse_proxy :6700
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
<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>
|
||||
<input type='text' id='username' name='username'/><br>
|
||||
<label for="password">Password:</label><br>
|
||||
|
|
Loading…
Add table
Reference in a new issue