We’re hosting our site on Siteground and we’re using Nginx Direct Delivery to cache and server static files. This is bypassing the secure folder and making our files publicly accessible.
I’m tying to move the upload directory to outside of our public web folder by defining UPLOAD_DIR in wp-config.php. This causes the files to be uploaded to my secure directory (I see the file on the server). But when I save the Download File in WP Dashboard the __wpdm_files metadata is not properly set. It shows NO file. Attempting to download warns that no file is attached.
Is there a way to change the UPLOAD_DIR and still have this plugin work?