Hi, I have an application with a file upload/generate feature. When files are generated, aapanel always sets their permissions to 600, making them inaccessible to my application. The generated files should have 640 permissions. I found that aapanel has a feature to fix this, but do I need to click the fix button manually hundreds of times for each new file? Using a cron job to fix this would consume a lot of resources.
Create an option to set default permissions for new files!!