Created
November 2, 2015 02:12
-
-
Save RobbiNespu/4880cef7f70155a5b183 to your computer and use it in GitHub Desktop.
Proxy behind Wordpress CMS
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
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