From 3013d03be2bf41b23f87a0f21bc5db0622728f04 Mon Sep 17 00:00:00 2001 From: kumudiaorong Date: Tue, 14 Oct 2025 21:38:23 +0800 Subject: [PATCH] fix: Modify the example to avoid misunderstanding --- site/src/docs/manuals/separate-domain/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/manuals/separate-domain/index.md b/site/src/docs/manuals/separate-domain/index.md index 28cee01b..f8467f8b 100644 --- a/site/src/docs/manuals/separate-domain/index.md +++ b/site/src/docs/manuals/separate-domain/index.md @@ -10,7 +10,7 @@ Unless discussion [#1139](https://github.com/umputun/remark42/discussions/1139) ### Setup -Set `ALLOWED_HOSTS="'self',example1.org,example2.org"` with your domain names and `AUTH_SAME_SITE=none`. +Set `ALLOWED_HOSTS="'self',https://example1.org,https://example2.org"` with your domain names and `AUTH_SAME_SITE=none`. The `'self'` in `ALLOWED_HOSTS` value means "domain where Remark42 is installed on" and needed if you want `remark42.example.com/web/` to work in case you want to test something with it.