fix: removed line that will be added via task instead

This commit is contained in:
2025-11-12 19:38:35 -05:00
parent 08df87b0bf
commit e06807ed37

View File

@@ -16,7 +16,7 @@
TLSEngine on
TLSLog /var/log/proftpd/tls.log
# @NOTW: "AALv23" means all SSL versions
# @NOTE: "AALv23" means all SSL versions
TLSProtocol SSLv23
TLSOptions AllowClientRenegotiations
TLSVerifyClient off
@@ -28,8 +28,6 @@
TLSCACertificateFile {{ config.proftpd.tls_paths.cert }}
<Anonymous /srv/ftp/public>
UserAlias anon smuggler
<Directory *>
<Limit WRITE CDUP CWD PWD>
DenyAll