From eebc37f5a4302554b5e494abd2a0fe85dd423e80 Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Wed, 18 Dec 2019 23:08:29 +0100 Subject: [PATCH] Add empty lines between lines. --- convertigo/content.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/convertigo/content.md b/convertigo/content.md index 38034cc8c..c3cb38d55 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -125,10 +125,9 @@ $ docker run -d --name C8O -e COOKIE_PATH="/convertigo" -p 28080:28080 %%IMAGE%% ## `COOKIE_SECURE` Environment variable -Convertigo use a *cookie* to maintain sessions. Requests on port `28080` are *HTTP* but we advice to use an *HTTPS* front for production (nginx, kubenetes ingress, ...). -In this case, you can secure yours cookies to be used only with secured connections by adding the `Secure` flag. -The Secure flag can be enabled by setting the `COOKIE_SECURE` environment variable to `true`. -Once enabled, cookies and sessions aren't working through an *HTTP* connection. +Convertigo use a *cookie* to maintain sessions. Requests on port `28080` are *HTTP* but we advice to use an *HTTPS* front for production (nginx, kubenetes ingress, ...). In this case, you can secure yours cookies to be used only with secured connections by adding the `Secure` flag. + +The Secure flag can be enabled by setting the `COOKIE_SECURE` environment variable to `true`. Once enabled, cookies and sessions aren't working through an *HTTP* connection. The default `COOKIE_SECURE` value is `false` and can be defined :