Skip to content

Instantly share code, notes, and snippets.

@ideadude
Last active April 17, 2021 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideadude/5a1aee9956891da32d97dafd6b5b9820 to your computer and use it in GitHub Desktop.
Save ideadude/5a1aee9956891da32d97dafd6b5b9820 to your computer and use it in GitHub Desktop.
NGINX rule to lock down files with Paid Memberships Pro
rewrite ^/wp-content/uploads/(.*)$ /wp-content/plugins/paid-memberships-pro/services/getfile.php last;
@laurenhagan0306
Copy link

This recipe is included in the blog post on "Locking Down (Protecting) Files with PMPro" at Paid Memberships Pro here: https://www.paidmembershipspro.com/locking-down-protecting-files-with-pmpro/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment