Increase uid:gid limits

Fixes #361
This commit is contained in:
Mike Unitskyi
2021-03-25 17:42:26 +01:00
committed by Nicola Murino
parent cc9db96257
commit 2e6497ea17
3 changed files with 7 additions and 6 deletions

View File

@@ -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