Created
August 17, 2016 13:39
-
-
Save barrykooij/305bb3b11eec2d806e305681d4ba1d0b to your computer and use it in GitHub Desktop.
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
location /wp-content/uploads/dlm_uploads { | |
deny all; | |
return 403; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment