Created
January 14, 2013 11:23
-
-
Save alanmackenzie/4529450 to your computer and use it in GitHub Desktop.
Drupal configuration to get the acquia connector to function correctly behind a proxy.
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
<?php | |
// Place the following in your settings.php. | |
$conf['proxy_server'] = 'www-cache.my.proxy.com'; | |
$conf['proxy_port'] = '80'; | |
define('ACQUIA_DEVELOPMENT_NOSSL', TRUE); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment