summaryrefslogtreecommitdiff
path: root/pure-ftpd/pure-ftpd.conf
blob: 392f4981532b7347d633639b9a7b06e3011e1fdd (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 --altlog clf:/var/log/pure-ftpd.log
   16 --tls=1
   17 
   18 # End of file

Generated by cgit