Minor README edit

This commit is contained in:
minihoot
2026-01-18 15:37:54 +11:00
committed by GitHub
co-authored by GitHub
parent 1b1099175c
commit c44a433c7d
+2 -1
View File
@@ -193,12 +193,13 @@ Paste this in:
</VirtualHost> </VirtualHost>
``` ```
then run `sudo a2ensite cedar-django` and `sudo systemctl restart apache2` then run `sudo a2ensite cedar-django` and `sudo systemctl restart apache2`
Make sure apache2 listens on port 80. It does by default.
# FAQ # FAQ
Q: "I want SSL!" Q: "I want SSL!"
A: Just use Cloudflare. It'll do it all for you. A: Just use Cloudflare. It'll do it all for you.
Q: "I'm using a Cloudflare tunnel." 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?" 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. 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?" Q: "How do I edit pages?"