Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save modemlooper/711e435aaa4661de7677696b5b0a1630 to your computer and use it in GitHub Desktop.
Save modemlooper/711e435aaa4661de7677696b5b0a1630 to your computer and use it in GitHub Desktop.
flywheel local use production media
# Load media in /uploads/ from remote site.
location ~ ^/wp-content/uploads/(.*) {
rewrite ^/wp-content/uploads/(.*)$ https://url.com/wp-content/uploads/$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment