From 278f522e303b080c97fb72b0319d1752b2db1ba8 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 9 Oct 2025 20:44:43 +0200 Subject: [PATCH] sftpgo.json: cleanup unsupported configuration keys Signed-off-by: Nicola Murino --- sftpgo.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/sftpgo.json b/sftpgo.json index 8a47b87a..42ec9b97 100644 --- a/sftpgo.json +++ b/sftpgo.json @@ -121,7 +121,6 @@ "address": "", "apply_proxy_config": true, "tls_mode": 0, - "tls_session_reuse": 0, "certificate_file": "", "certificate_key_file": "", "min_tls_version": 12, @@ -132,7 +131,6 @@ "tls_cipher_suites": [], "passive_connections_security": 0, "active_connections_security": 0, - "ignore_ascii_transfer_type": 0, "debug": false } ],