XF 2.3 Proxy config

topkurs2

Active member
Licensed customer
Hello. How to add multiple proxy settings to the configuration file?
$config['http']['proxy'] = 'proxy1';
$config['http']['proxy'] = 'proxy2';
$config['http']['proxy'] = 'proxy3';
Is this correct? Will it work correctly?
 
Back
Top Bottom