XF 2.0 Proxy Images without Proxy.php

Mayhem30

Member
I'm using Nginx to proxy images without using Proxy.php - but running in to an issue with the URL.

PHP:
$config['proxyUrlFormat'] = 'https://www.example.com/proxy/?{url}';

The {url} is "urlencoded" which Nginx doesn't like - is there anyway to retrieve the URL not encoded?
 
Top Bottom