1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00

fixed upload directory permissions on sample settings

This commit is contained in:
Adolfo Gómez García 2015-01-14 19:55:38 +01:00
parent 9335c73003
commit ea087fce53

View File

@ -113,7 +113,7 @@ STATICFILES_FINDERS = (
# Related to file uploading
FILE_UPLOAD_PERMISSIONS = 0o640
FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o760
FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o750
FILE_UPLOAD_MAX_MEMORY_SIZE = 512 * 1024 # 512 Kb
# Make this unique, and don't share it with anybody.