Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Created December 27, 2016 08:25
Show Gist options
  • Save todiadiyatmo/ab9354a4b6f2e2632f0a35d908c74d75 to your computer and use it in GitHub Desktop.
Save todiadiyatmo/ab9354a4b6f2e2632f0a35d908c74d75 to your computer and use it in GitHub Desktop.
wp proxy.md
define('WP_PROXY_HOST', '10.7.1.7');
define('WP_PROXY_PORT', '8080');
define('WP_PROXY_USERNAME', '');
define('WP_PROXY_PASSWORD', '');
define('WP_PROXY_BYPASS_HOSTS', 'localhost');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment