Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
293 B

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=500
PM_SIZECHECK_NUM_REQUESTS=100
PM_MAX_SIZE=800000