mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 22:57:45 +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
9fa6a230d6
commit
e3b5bea440
2 changed files with 7 additions and 7 deletions
12
Caddyfile
12
Caddyfile
|
@ -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
|
||||||
}
|
}
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue