I’m using Plesk to host an October CMS website. Plesk uses 750 as the default folder mask. I’ve changed it in .env to DEFAULT_FOLDER_MASK=750, but when I try to upload a file in the Media, it still tries to use 755 as a folder mask:
Permission denied: storage/temp/public/ab1/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable…etc etc.
How can I make sure October CMS uses the DEFAULT_FOLDER_MASK that’s defined in the .env file?