From 14471bd5de4e234f4e9e30b4e9f7b8fcce8a7b2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:56:14 +0000 Subject: [PATCH] docs: use standard example.com for nginx proxy example Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62beca..9aeb8ab 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ DB_PATH=/data/collabtable.db # SQLite path (in container) ```nginx server { listen 80; - server_name yourdomain.com; + server_name example.com; location / { proxy_pass http://localhost:3000;