mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
try to automatically find shared data dirs in system-wide paths
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -74,10 +74,9 @@ Open the SFTPGo configuration file, search for the `httpd` section and change it
|
||||
"render_openapi": true
|
||||
}
|
||||
],
|
||||
"templates_path": "/usr/share/sftpgo/templates",
|
||||
"static_files_path": "/usr/share/sftpgo/static",
|
||||
"backups_path": "/srv/sftpgo/backups",
|
||||
"openapi_path": "/srv/sftpgo/openapi",
|
||||
"templates_path": "templates",
|
||||
"static_files_path": "static",
|
||||
"openapi_path": "openapi",
|
||||
"web_root": "",
|
||||
"certificate_file": "/etc/sftpgo/certs/sftpgo.com.crt",
|
||||
"certificate_key_file": "/etc/sftpgo/certs/sftpgo.com.key",
|
||||
|
||||
Reference in New Issue
Block a user