mirror of
https://github.com/kingk85/uFTP.git
synced 2025-04-12 10:48:40 +03:00
Default configuration file
This commit is contained in:
@ -10,10 +10,10 @@ MAXIMUM_ALLOWED_FTP_CONNECTION = 30
|
||||
FTP_PORT = 21
|
||||
#TCP/IP PORT SETTINGS (DEFAULT 21)
|
||||
|
||||
SINGLE_INSTANCE = false
|
||||
SINGLE_INSTANCE = true
|
||||
#Allow only one server instance (true or false)
|
||||
|
||||
DAEMON_MODE = false
|
||||
DAEMON_MODE = true
|
||||
#Run in background, daemon mode ok
|
||||
|
||||
IDLE_MAX_TIMEOUT = 3600
|
||||
@ -35,7 +35,7 @@ CERTIFICATE_PATH=/etc/uFTP/cert.pem
|
||||
PRIVATE_CERTIFICATE_PATH=/etc/uFTP/key.pem
|
||||
|
||||
#Enable system authentication based on /etc/passwd
|
||||
#and /etc/passwd
|
||||
#and /etc/shadow
|
||||
ENABLE_PAM_AUTH = true
|
||||
|
||||
#USERS
|
||||
|
Reference in New Issue
Block a user