fix: add authelia_url and remove asset_path
- Add required authelia_url to session cookies configuration - Remove asset_path to avoid missing directory error
This commit is contained in:
@@ -7,7 +7,6 @@ theme: auto
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
address: "tcp://:9091"
|
address: "tcp://:9091"
|
||||||
asset_path: /config/assets/
|
|
||||||
headers:
|
headers:
|
||||||
csp_template: ""
|
csp_template: ""
|
||||||
|
|
||||||
@@ -89,6 +88,7 @@ session:
|
|||||||
cookies:
|
cookies:
|
||||||
- name: authelia_session
|
- name: authelia_session
|
||||||
domain: pivoine.art
|
domain: pivoine.art
|
||||||
|
authelia_url: https://auth.pivoine.art
|
||||||
same_site: lax
|
same_site: lax
|
||||||
expiration: 1h
|
expiration: 1h
|
||||||
inactivity: 5m
|
inactivity: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user