Hello again.
I have very successfully been able to get Image Redirect to work for my forum (www.mye28.com) and it is AWESOME! I had to jump through some hoops to get it to work (see the PR I submitted for the scripts). But THANK YOU.
I now want to level up and utilize the proxy support. However, I can't get it to work.
Here's how mye28.com works:
- The external images are actually stored in an Azure Blob Storage container (the equivalent of an S3 bucket).
- On my VM, that container is mounted as a file system at
/var/www/html/phpbb/images/ext. This enables PHP read/write as though the images were in the file system. Works great, but not ideal from a perf-scale perspective.
Each image is thus available at both:
https://www.mye28.com/images/ext/0b3dddde2eef0a2b81e4112f68bc2280.jpg
and
https://mye28.z13.web.core.windows.net/external/0b3dddde2eef0a2b81e4112f68bc2280.jpg
I assumed I could configure the proxy like this:

Neither Simple or Camo mode work do anything.
What am I doing wrong?
Hello again.
I have very successfully been able to get Image Redirect to work for my forum (www.mye28.com) and it is AWESOME! I had to jump through some hoops to get it to work (see the PR I submitted for the scripts). But THANK YOU.
I now want to level up and utilize the proxy support. However, I can't get it to work.
Here's how mye28.com works:
/var/www/html/phpbb/images/ext. This enables PHP read/write as though the images were in the file system. Works great, but not ideal from a perf-scale perspective.Each image is thus available at both:
https://www.mye28.com/images/ext/0b3dddde2eef0a2b81e4112f68bc2280.jpg
and
https://mye28.z13.web.core.windows.net/external/0b3dddde2eef0a2b81e4112f68bc2280.jpg
I assumed I could configure the proxy like this:
Neither Simple or Camo mode work do anything.
What am I doing wrong?