Created
March 10, 2015 16:25
-
-
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
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
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