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:
|
||||
address: "tcp://:9091"
|
||||
asset_path: /config/assets/
|
||||
headers:
|
||||
csp_template: ""
|
||||
|
||||
@@ -89,6 +88,7 @@ session:
|
||||
cookies:
|
||||
- name: authelia_session
|
||||
domain: pivoine.art
|
||||
authelia_url: https://auth.pivoine.art
|
||||
same_site: lax
|
||||
expiration: 1h
|
||||
inactivity: 5m
|
||||
|
||||
Reference in New Issue
Block a user