mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
add static files support and cookie expiration settings
This commit is contained in:
@ -11,6 +11,7 @@ root = /
|
||||
[auth]
|
||||
target = disabled
|
||||
allow_read_only = yes
|
||||
max_age = 604800
|
||||
|
||||
[build]
|
||||
archbuild_flags =
|
||||
@ -49,4 +50,5 @@ chunk_size = 8388608
|
||||
|
||||
[web]
|
||||
host = 127.0.0.1
|
||||
static_path = /usr/share/ahriman/static
|
||||
templates = /usr/share/ahriman
|
Reference in New Issue
Block a user