diff options
Diffstat (limited to 'testing/proftpd/mod_tls_shmcache.conf')
-rw-r--r-- | testing/proftpd/mod_tls_shmcache.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/proftpd/mod_tls_shmcache.conf b/testing/proftpd/mod_tls_shmcache.conf new file mode 100644 index 0000000000..dece4cb619 --- /dev/null +++ b/testing/proftpd/mod_tls_shmcache.conf @@ -0,0 +1,3 @@ +<IfModule mod_tls_shmcache.c> + TLSSessionCache shm:/file=/run/proftpd/sesscache +</IfModule> |