summaryrefslogtreecommitdiff
path: root/pure-ftpd/pure-ftpd.conf
blob: b6af4230ef8e262f50a885327e002cdb22ca5745 (plain)
    1 #
    2 # /etc/pure-ftpd.conf
    3 #
    4 # Put the commandline options for pure-ftpd in this file.
    5 # Use the same syntax as calling pure-ftpd directly from 
    6 # the commandline, also include the dashes.
    7 # Blank lines and lines beginning by a pound-sign, which 
    8 # are considered comments, are ignored.
    9 #
   10 
   11 --daemonize
   12 --chrooteveryone
   13 --anonymousonly
   14 --anonymouscantupload
   15 --syslogfacility none
   16 --altlog clf:/var/log/pure-ftpd.log
   17 --tls=1
   18 
   19 # End of file

Generated by cgit