Skip to content

Instantly share code, notes, and snippets.

@casivaagustin-zz
Created March 10, 2015 16:25
Show Gist options
  • Save casivaagustin-zz/4539d0425bff2d8ecf25 to your computer and use it in GitHub Desktop.
Save casivaagustin-zz/4539d0425bff2d8ecf25 to your computer and use it in GitHub Desktop.
Apache, get images from production servers instead of find it locally - Drupal Sample
ProxyPassMatch .+/files/(css|js)/.+ !
ProxyPassMatch ^/sites/(.+)/files/(.+)$ http://www.$1/sites/$1/files/$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment