From c44a433c7d7d277458e27342063116fadd281b08 Mon Sep 17 00:00:00 2001 From: minihoot <70825884+minihoot@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:37:54 +1100 Subject: [PATCH] Minor README edit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c9cd7..1bd2600 100644 --- a/README.md +++ b/README.md @@ -193,12 +193,13 @@ Paste this in: ``` then run `sudo a2ensite cedar-django` and `sudo systemctl restart apache2` +Make sure apache2 listens on port 80. It does by default. # FAQ Q: "I want SSL!" A: Just use Cloudflare. It'll do it all for you. Q: "I'm using a Cloudflare tunnel." -A: Go to Zero Trust, Networks, Overview, Manage Tunnels, View Tunnels, click the 3 dots next to your tunnel that is running Cedar-Django, Configure, Published application routes, Add a published application route, select your domain, and for the service set the type as HTTP with the URL `127.0.0.1:8000`. Make sure your domain is in ALLOWED_HOSTS in settings.py! +A: Go to Zero Trust, Networks, Overview, Manage Tunnels, View Tunnels, click the 3 dots next to your tunnel that is running Cedar-Django, Configure, Published application routes, Add a published application route, select your domain, and for the service set the type as HTTP with the URL `127.0.0.1:8000` (or `127.0.0.1:80 if you're using the reverse proxy). Make sure your domain is in ALLOWED_HOSTS! Q: "I'm having trouble, how can I contact you?" A: You should use the Issues. That way, if anyone has the same problem as you and you manage to solve it, they can also solve it using your solution. Q: "How do I edit pages?"