summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-12 13:17:39 +0100
committerTor Andersson <tor@ccxvii.net>2022-01-12 13:52:46 +0100
commit8a76f509a89f94459d80c4e249a9b3b429e80276 (patch)
treeffa72fc576513bc0b55d1c12cf3cfb2ee8dee316 /INSTALL.md
parent9a7e379d9db522091d08536270019e9ead7eb4f5 (diff)
downloadserver-8a76f509a89f94459d80c4e249a9b3b429e80276.tar.gz
Set Domain on cookie to allow www and no-www access with same login.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
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