mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
9
roles/lemonldap_ng/templates/llng-fastcgi-server.j2
Normal file
9
roles/lemonldap_ng/templates/llng-fastcgi-server.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
USER=apache
|
||||
GROUP=apache
|
||||
NPROC={{ llng_fcgi_workers }}
|
||||
SOCKET=/run/llng-fastcgi-server/llng-fastcgi.sock
|
||||
PID=/run/llng-fastcgi-server/llng-fastcgi-server.pid
|
||||
PERL_LWP_ENV_PROXY={{ llng_reload_use_proxy | ternary('1','0') }}
|
||||
PM_MAX_REQUESTS=5000
|
||||
PM_SIZECHECK_NUM_REQUESTS=100
|
||||
PM_MAX_SIZE=800000
|
Reference in New Issue
Block a user