docs: fix broken url in config.template.yml (#2443)
* docs: fix broken url in config.template.ymlpull/2444/head
parent
8251b7a785
commit
5db9adc7e3
|
@ -390,7 +390,7 @@ session:
|
|||
domain: example.com
|
||||
|
||||
## Sets the Cookie SameSite value. Possible options are none, lax, or strict.
|
||||
## Please read https://www.authelia.com/docs/configuration/session.html#same_site
|
||||
## Please read https://www.authelia.com/docs/configuration/session/#same_site
|
||||
same_site: lax
|
||||
|
||||
## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel.
|
||||
|
|
|
@ -390,7 +390,7 @@ session:
|
|||
domain: example.com
|
||||
|
||||
## Sets the Cookie SameSite value. Possible options are none, lax, or strict.
|
||||
## Please read https://www.authelia.com/docs/configuration/session.html#same_site
|
||||
## Please read https://www.authelia.com/docs/configuration/session/#same_site
|
||||
same_site: lax
|
||||
|
||||
## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel.
|
||||
|
|
Loading…
Reference in New Issue