Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alanmackenzie/4529450 to your computer and use it in GitHub Desktop.
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.
<?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