mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
Minor README edit
This commit is contained in:
@@ -193,12 +193,13 @@ Paste this in:
|
||||
</VirtualHost>
|
||||
```
|
||||
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?"
|
||||
|
||||
Reference in New Issue
Block a user