We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9589f5 commit e1024e0Copy full SHA for e1024e0
install/ubuntu/18.04/vsftpd/vsftpd.conf
@@ -20,8 +20,21 @@ ascii_download_enable=YES
20
allow_writeable_chroot=YES
21
seccomp_sandbox=NO
22
pasv_enable=YES
23
+pasv_promiscuous=YES
24
pasv_min_port=12000
25
pasv_max_port=12100
26
max_per_ip=10
27
max_clients=100
28
use_localtime=YES
29
+utf8_filesystem=YES
30
+ssl_enable=YES
31
+allow_anon_ssl=NO
32
+require_ssl_reuse=NO
33
+ssl_ciphers=HIGH
34
+ssl_tlsv1=YES
35
+ssl_sslv2=NO
36
+ssl_sslv3=NO
37
+force_local_data_ssl=NO
38
+force_local_logins_ssl=NO
39
+rsa_cert_file=/usr/local/vesta/ssl/certificate.crt
40
+rsa_private_key_file=/usr/local/vesta/ssl/certificate.key
0 commit comments