Last active
April 17, 2021 00:16
-
-
Save ideadude/12f48ddafc6a570f9bff5802754dd68e to your computer and use it in GitHub Desktop.
Locking down only PDF,DOC,DOCX,PPT,ZIP files with Paid Memberships Pro using NGINX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rewrite ^\/wp-content\/uploads\/(.*[\.pdf|\.doc|\.docx|\.ppt|\.zip])$ /wp-content/plugins/paid-memberships-pro/services/getfile.php last; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/