Advertisement
Guest User

wp-config proxy settings

a guest
Apr 15th, 2025
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | Source Code | 0 0
  1. >/* Configure HTTP Proxy Server */
  2. define('WP_PROXY_HOST', '192.168.1.10');
  3. define('WP_PROXY_PORT', '3128');
  4. define('WP_PROXY_USERNAME', '');
  5. define('WP_PROXY_PASSWORD', '');
  6. define('WP_PROXY_BYPASS_HOSTS', 'localhost');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement