I hereby claim:
- I am dpellenwood on github.
- I am dpellenwood (https://keybase.io/dpellenwood) on keybase.
- I have a public key ASAczSuJWDYUr8Z3o5lcENwv5hecr8M_rphP2LHOE-NoSQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "Arts": [ | |
| "Design", | |
| "Fashion & Beauty", | |
| "Food", | |
| "Literature", | |
| "Performing Arts", | |
| "Visual Arts" | |
| ] |
| # Proxy uploads from the live server | |
| location ~ ^/wp-content/uploads/(.*) { | |
| try_files $uri @img_proxy; | |
| } | |
| location @img_proxy { | |
| rewrite ^/wp-content/uploads/(.*)$ https://example.com/wp-content/uploads/$1 redirect; | |
| } |
| #!/bin/bash | |
| # A simple script to pull & save files from a remote HTTP server | |
| # Created by DPE on 11/30/2015 | |
| # [email protected] | |
| IMAGE_URL='http://northernimages.us/cameras/lsmvc2/lsmvc2-800.jpg' | |
| DIR_NAME='lsmvc2' | |
| # Setup Passed Arguments |
| # WordPress .gitignore | |
| # A collection of items that are common to every WordPress project, | |
| # but don't need to be versioned for auto-updated sites. | |
| # | |
| # Created by DPE (http://dpedesign.com) | |
| # Common OS/system files | |
| *~ | |
| .DS_Store | |
| .svn |