docs: use standard example.com for nginx proxy example

Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 15:56:14 +00:00
co-authored by gabriel20xx
parent 5568470549
commit 14471bd5de
+1 -1
View File
@@ -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;