Add empty lines between lines.

This commit is contained in:
Nicolas Albert 2019-12-18 23:08:29 +01:00
parent 73db1373f8
commit eebc37f5a4
1 changed files with 3 additions and 4 deletions

View File

@ -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 :