💡Describe your idea
This is for us using proxy like Cloudflare to Hide our Main server to avoid possible DDOS attack.
So we can support Remote Upload of images.
👏Where did you saw this?
https://xenforo.com/xf2-docs/manual/config/#http-client-settings
Sample config:
This is for us using proxy like Cloudflare to Hide our Main server to avoid possible DDOS attack.
So we can support Remote Upload of images.
👏Where did you saw this?
https://xenforo.com/xf2-docs/manual/config/#http-client-settings
Sample config:
PHP:
$config['http']['proxy'] = 'tcp://1.1.1.1:8888';