Merge remote-tracking branch 'origin/master' into updating-configuration
This commit is contained in:
@@ -94,3 +94,7 @@ location ~* /(?:uploads|files)/.*\.php$ {
|
|||||||
location ~ \/wp-admin\/load-(scripts|styles).php {
|
location ~ \/wp-admin\/load-(scripts|styles).php {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
# Protect Easy Digital Download files from being accessed directly.
|
||||||
|
location ~ ^/wp-content/uploads/edd/(.*?)\.zip$ {
|
||||||
|
rewrite / permanent;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user