Commit c30d1082 authored by Jérome Perrin's avatar Jérome Perrin

work

parent 5d23f8a4
ServerName "ProFTPD SlapOS" ServerName "ProFTPD SlapOS"
ServerType standalone ServerType standalone
DefaultServer on
MaxInstances 30 MaxInstances 30
DefaultAddress {{ proftpd['ipv6'] }} {{ proftpd['ipv4']}} DefaultAddress {{ proftpd['ipv6'] }} {{ proftpd['ipv4']}}
SocketBindTight on SocketBindTight on
DefaultServer off
Port {{ proftpd['sftp-port'] }} Port {{ proftpd['sftp-port'] }}
User {{ proftpd['user'] }} User {{ proftpd['user'] }}
...@@ -34,6 +34,7 @@ AuthUserFile {{ proftpd['auth-user-file'] }} ...@@ -34,6 +34,7 @@ AuthUserFile {{ proftpd['auth-user-file'] }}
# Prevent partially uploaded files to be visible # Prevent partially uploaded files to be visible
HiddenStores on HiddenStores on
DeleteAbortedStores on DeleteAbortedStores on
AllowStoreRestart off
# Limitations of running as non-root user # Limitations of running as non-root user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment