I'm using Nginx to proxy images without using Proxy.php - but running in to an issue with the URL.
The {url} is "urlencoded" which Nginx doesn't like - is there anyway to retrieve the URL not encoded?
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?