1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-21 15:07:45 +00:00

Fix more mistakes in the setup instructions

This commit is contained in:
Joshua Goins 2024-05-11 13:24:38 -04:00
parent 0918700a85
commit 2030bd4b20
2 changed files with 6 additions and 6 deletions

View file

@ -10,14 +10,14 @@ frontier.ffxiv.local:80 {
reverse_proxy :5857 reverse_proxy :5857
} }
patch-bootver.square.local:80 { patch-bootver.ffxiv.local:80 {
reverse_proxy :6900 reverse_proxy :6900
} }
patch-gamever.square.local:80 { patch-gamever.ffxiv.local:80 {
reverse_proxy :6900 reverse_proxy :6900
} }
ffxiv-login.ffxiv.local:80 { ffxiv-login.square.local:80 {
reverse_proxy :6700 reverse_proxy :6700
} }

View file

@ -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 admin.ffxiv.local
127.0.0.1 frontier.ffxiv.local 127.0.0.1 frontier.ffxiv.local
127.0.0.1 patch-bootver.square.local 127.0.0.1 patch-bootver.ffxiv.local
127.0.0.1 patch-gamever.square.local 127.0.0.1 patch-gamever.ffxiv.local
127.0.0.1 ffxiv-login.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: Then run Caddy from the repository's `Caddyfile`. You may need to run it as root because it binds to port 80: