From f6e2438744d16fcf31908764fb2b03b26d0c5cc2 Mon Sep 17 00:00:00 2001 From: Manoj Prabhkaran D Date: Tue, 1 Jul 2025 21:23:43 +0400 Subject: [PATCH] docs(readme): add DNS configuration note to avoid 404 error during self-hosting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c0989b9..d96c1ea5 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ Replace the following parameters with your values: The script will set up a production-ready instance of Frappe Learning with all the necessary configurations in about 5 minutes. +**Note:** To avoid a `404 Page Not Found` error: +- If hosting on a **public server**, make sure your DNS **A record** points to your server's IP. +- If hosting **locally**, map your domain to `127.0.0.1` in your `/etc/hosts` file: + ## Development Setup ### Docker