Add empty lines between lines.
This commit is contained in:
parent
73db1373f8
commit
eebc37f5a4
|
|
@ -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 :
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue