Introduction
Changes to /etc/pure-ftpd.conf get overwritten at some point due to natural configuration changes. There are storage configuration files to hold changes so they are added to the configuration file build when the configuration file is updated.
Procedure
- Create the local template file:
touch /var/cpanel/conf/pureftpd/local
Please note that the local configuration file should be in YAML format
- Then modify /var/cpanel/conf/pureftpd/local with the desired customizations:
--- MaxClientsPerIP: '18'
- Pure-FTPD then needs to have the configuration rebuilt:
/scripts/setupftpserver --force pure-ftpd
Additional Resources
For more information, please review the following cPanel documentation page:
Comments
0 comments
Article is closed for comments.