From 5ec0aaab2610e0aaddeac5952a267d9472e67a29 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 May 2015 21:14:30 -0700 Subject: [PATCH] Combine code blocks --- ...-files-when-developing-locally-stage-file-proxy-module.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md b/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md index cb04e104..e853ea45 100644 --- a/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md +++ b/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md @@ -13,15 +13,10 @@ As this module is only going to be needed on pre-production sites, it would be b ~~~php // File proxy to the live site. $conf['stage_file_proxy_origin'] = 'http://www.example.com'; -~~~ -~~~php // Don't copy the files, just link to them. $conf['stage_file_proxy_hotlink'] = TRUE; -~~~ - -~~~php // Image style images are the wrong size otherwise. $conf['stage_file_proxy_use_imagecache_root'] = FALSE; ~~~