summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2020-07-11 13:01:27 +0200
committerNicola Murino2020-07-11 13:01:27 +0200
commit4283501dd5b1aa3ad26e9fb7f664e3b44f51c0ec (patch)
tree7b473121fa884f126bb7a0718f855e76820899d1 /sftpgo.json
parentd5f1b0a54f00c4d3ace0d9975b453f50512e6669 (diff)
downloadaur-4283501dd5b1aa3ad26e9fb7f664e3b44f51c0ec.tar.gz
use more standard paths
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 44369fd86074..1b8679cb6f71 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -55,8 +55,8 @@
"httpd": {
"bind_port": 8080,
"bind_address": "127.0.0.1",
- "templates_path": "/var/lib/sftpgo/templates",
- "static_files_path": "/var/lib/sftpgo/static",
+ "templates_path": "/usr/share/sftpgo/templates",
+ "static_files_path": "/usr/share/sftpgo/static",
"backups_path": "/var/lib/sftpgo/backups",
"auth_user_file": "",
"certificate_file": "",