optimisation
This commit is contained in:
15
tmpl/lemonldap-ng-fastcgi-server
Normal file
15
tmpl/lemonldap-ng-fastcgi-server
Normal file
@ -0,0 +1,15 @@
|
||||
# Number of process (default: 7)
|
||||
NPROC = 4
|
||||
|
||||
# Unix socket to listen to
|
||||
SOCKET=/run/llng-fastcgi-server/llng-fastcgi.sock
|
||||
|
||||
# Pid file
|
||||
PID=/run/llng-fastcgi-server/llng-fastcgi-server.pid
|
||||
|
||||
# User and GROUP
|
||||
USER=www-data
|
||||
GROUP=www-data
|
||||
|
||||
# Custom functions file
|
||||
#CUSTOM_FUNCTIONS_FILE=/var/lib/lemonldap-ng/myfile.pm
|
Reference in New Issue
Block a user