Skip to content

Instantly share code, notes, and snippets.

@ebinnion
Last active August 29, 2015 14:01
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 ebinnion/1e1d2ed72e7ec9163dc5 to your computer and use it in GitHub Desktop.
Save ebinnion/1e1d2ed72e7ec9163dc5 to your computer and use it in GitHub Desktop.
WP Engine to Max CDN integration. This is added to the WP Engine tab of the WordPress admin. Relies on pull zone being set up on Max CDN and Cnames added correctly.
#http:\/\/manofhustle.com\/(\S*\.(?:jpe?g|png|gif|ttf|otf|svg|woff|xml))# => http://cdn.manofhustle.com/$1
#http:\/\/manofhustle.com\/(\S*js)# => http://js.manofhustle.com/$1
#http:\/\/manofhustle.com\/(\S*css)# => http://css.manofhustle.com/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment