From 8a76f509a89f94459d80c4e249a9b3b429e80276 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 12 Jan 2022 13:17:39 +0100 Subject: Set Domain on cookie to allow www and no-www access with same login. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 1d1ecba..3771e27 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,6 +38,7 @@ Configure the server using the .env file: NODE_ENV=production SITE_NAME=YOUR_SITE_NAME +SITE_HOST=YOUR_DOMAIN SITE_URL=https://YOUR_DOMAIN HTTP_PORT=8080 -- cgit v1.2.3