Add load module mod_ident

This commit is contained in:
Eric Morino 2022-08-31 16:52:25 +02:00
parent f2e49d7b12
commit 18dd64df50

View file

@ -1,5 +1,9 @@
# Evolix's specific configuration
<IfModule !mod_ident.c>
LoadModule mod_ident.c
</IfModule>
ServerName "{{ proftpd_hostname }} FTP Server"
ServerIdent on "FTP Server Ready"
AccessGrantMsg "Hey, bienvenue %u sur le serveur FTP {{ proftpd_fqdn }} !"