aboutsummarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2021-01-02 20:04:00 +0100
committerNicola Murino2021-01-02 20:04:00 +0100
commitb4b6a2ffa7f63b1b00ff12a7c5c1279a1745360c (patch)
tree0a04f07155715f0d5e4e42f37351d2682f73fa94 /sftpgo.json
parentad2327401da3a8898bbddb3f73492f6071622f19 (diff)
downloadaur-b4b6a2ffa7f63b1b00ff12a7c5c1279a1745360c.tar.gz
update config for upstream changes
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftpgo.json b/sftpgo.json
index bc90c3489a42..c81ccf8a4dad 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -54,8 +54,8 @@
"ftpd": {
"bindings": [
{
- "address": "",
"port": 0,
+ "address": "",
"apply_proxy_config": true,
"tls_mode": 0,
"force_passive_ip": "",
@@ -80,8 +80,8 @@
"webdavd": {
"bindings": [
{
- "address": "",
"port": 0,
+ "address": "",
"enable_https": false,
"client_auth_type": 0
}