We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e98e1 commit 60a8a04Copy full SHA for 60a8a04
files/etc/nginx/sites-enabled/server.conf
@@ -267,7 +267,7 @@ server {
267
268
location @handle_redirect {
269
set $image_uri "$upstream_http_location";
270
- set_unescape_uri $clean_uri "http://127.0.0.1/rx/$myargs/$clean_uri";
+ set_unescape_uri $clean_uri "http://127.0.0.1/rx/$myargs/$image_uri";
271
proxy_pass $clean_uri;
272
}
273
0 commit comments