From 3d4e6b316e59bbeca2b1a3930c53989a83c6783c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:12:15 +0200 Subject: [PATCH] =?UTF-8?q?Disable=20some=20variable=20to=20make=20sign=5F?= =?UTF-8?q?up/login=20work=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/variables.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/variables.env b/conf/variables.env index 8dbcc5d..367226c 100644 --- a/conf/variables.env +++ b/conf/variables.env @@ -44,8 +44,8 @@ TEXMFVAR=__INSTALL_DIR__/tmp/texmf-var # NGINX_WORKER_CONNECTIONS=768 ## Set for TLS via nginx-proxy -OVERLEAF_BEHIND_PROXY=true -OVERLEAF_SECURE_COOKIE=false +# OVERLEAF_BEHIND_PROXY=true +# OVERLEAF_SECURE_COOKIE=false OVERLEAF_SITE_URL=https://__DOMAIN__ # OVERLEAF_NAV_TITLE=Our Overleaf Instance @@ -103,4 +103,4 @@ OT_JWT_AUTH_KEY=__JWT_KEY__ # TEX_LIVE_DOCKER_IMAGE=quay.io/OVERLEAF/texlive-full:2021.1 # ALL_TEX_LIVE_DOCKER_IMAGES=quay.io/OVERLEAF/texlive-full:2021.1,quay.io/OVERLEAF/texlive-full:2020.1 -# OVERLEAF_PROXY_LEARN=true \ No newline at end of file +# OVERLEAF_PROXY_LEARN=true