mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-21 23:17:45 +00:00
Fix more mistakes in the setup instructions
This commit is contained in:
parent
0918700a85
commit
2030bd4b20
2 changed files with 6 additions and 6 deletions
|
@ -10,14 +10,14 @@ frontier.ffxiv.local:80 {
|
|||
reverse_proxy :5857
|
||||
}
|
||||
|
||||
patch-bootver.square.local:80 {
|
||||
patch-bootver.ffxiv.local:80 {
|
||||
reverse_proxy :6900
|
||||
}
|
||||
|
||||
patch-gamever.square.local:80 {
|
||||
patch-gamever.ffxiv.local:80 {
|
||||
reverse_proxy :6900
|
||||
}
|
||||
|
||||
ffxiv-login.ffxiv.local:80 {
|
||||
ffxiv-login.square.local:80 {
|
||||
reverse_proxy :6700
|
||||
}
|
|
@ -30,9 +30,9 @@ First you need to edit your `hosts` file. Assuming you're using the default port
|
|||
```
|
||||
127.0.0.1 admin.ffxiv.local
|
||||
127.0.0.1 frontier.ffxiv.local
|
||||
127.0.0.1 patch-bootver.square.local
|
||||
127.0.0.1 patch-gamever.square.local
|
||||
127.0.0.1 ffxiv-login.ffxiv.local
|
||||
127.0.0.1 patch-bootver.ffxiv.local
|
||||
127.0.0.1 patch-gamever.ffxiv.local
|
||||
127.0.0.1 ffxiv-login.square.local
|
||||
```
|
||||
|
||||
Then run Caddy from the repository's `Caddyfile`. You may need to run it as root because it binds to port 80:
|
||||
|
|
Loading…
Add table
Reference in a new issue