: Cyberx86's answer worked kinda well for me, but I had to remove the proxy_pass line, get rid of a dollar sign, and add some semicolons. The addition to my config is: location ~ .(gif|jpg|png)
cyberx86's answer worked kinda well for me, but I had to remove the proxy_pass line, get rid of a dollar sign, and add some semicolons.
The addition to my config is:
location ~ .(gif|jpg|png) {
try_files $uri @img_proxy ;
}
location @img_proxy {
rewrite ^(.*)$ /tools/image/?url=;
}
More posts by @Kristi941
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.