Unauthorized downloads on NGINX
-
We’re seeing this error and still having non-members downloading files AFTER adding the code below to NGINX conf:
‘Because your server is running on nginx, our .htaccess file can’t protect your downloads.
Please add the following rules to your nginx config to disable direct file access:location /wp-content/uploads/dlm_uploads {
deny all;
return 403;
}’
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unauthorized downloads on NGINX’ is closed to new replies.