Skip to content

Instantly share code, notes, and snippets.

@RobbiNespu
Created November 2, 2015 02:12
Show Gist options
  • Save RobbiNespu/4880cef7f70155a5b183 to your computer and use it in GitHub Desktop.
Save RobbiNespu/4880cef7f70155a5b183 to your computer and use it in GitHub Desktop.
Proxy behind Wordpress CMS
define('WP_PROXY_HOST', '192.168.100.252');
define('WP_PROXY_PORT', '8080');
define('WP_PROXY_USERNAME', '');
define('WP_PROXY_PASSWORD', '');
define('WP_PROXY_BYPASS_HOSTS', 'localhost, www.example.com, 127.0.0.1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment