mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-04 18:00
This commit is contained in:
@@ -15,7 +15,7 @@ globalStorageOptions = {
|
||||
localSessionStorage = Cache::FileCache
|
||||
localSessionStorageOptions = { \
|
||||
'namespace' => 'sessions', \
|
||||
'default_expires_in' => '300', \
|
||||
'default_expires_in' => '{{ llng_session_cache }}', \
|
||||
'directory_umask' => '007', \
|
||||
'cache_root' => '/var/cache/lemonldap-ng', \
|
||||
'cache_depth' => 3 \
|
||||
|
@@ -29,7 +29,7 @@ ExecStart=/usr/sbin/uwsgi \
|
||||
--limit-post 0 \
|
||||
--safe-pidfile /run/llng-uwsgi/llng-uwsgi.pid \
|
||||
--die-on-term
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||
PrivateTmp=yes
|
||||
PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
|
Reference in New Issue
Block a user