I am hosting a Django site on hostmonstor and I have not been successful in getting file uploads to work.
I am trying to upload to the public_html/uploads folder and have set the permission on the public_html folder to be 777. Also the internal folder public_html/uploads is set to 766. The umasks are set to 022.
The result after attempting to upload a file is an OSError with an exception value of [Errno 13] Permission denied: '/public_html'. I am new at permissions in linux and I'm not sure what the best security settings would be.