From 2030bd4b208ab7ab662afb38690129558055a1c2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 11 May 2024 13:24:38 -0400 Subject: [PATCH] Fix more mistakes in the setup instructions --- Caddyfile | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Caddyfile b/Caddyfile index 38d22a2..f6ecd60 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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 } \ No newline at end of file diff --git a/README.md b/README.md index 911622b..3d1e992 100644 --- a/README.md +++ b/README.md @@ -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: