mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 15:28:05 +03:00
committed by
Nicola Murino
parent
cc9db96257
commit
2e6497ea17
@@ -1635,13 +1635,13 @@ components:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 0
|
||||
maximum: 65535
|
||||
maximum: 2147483647
|
||||
description: if you run SFTPGo as root user, the created files and directories will be assigned to this uid. 0 means no change, the owner will be the user that runs SFTPGo. Ignored on windows
|
||||
gid:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 0
|
||||
maximum: 65535
|
||||
maximum: 2147483647
|
||||
description: if you run SFTPGo as root user, the created files and directories will be assigned to this gid. 0 means no change, the group will be the one of the user that runs SFTPGo. Ignored on windows
|
||||
max_sessions:
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user