Skip to content

Commit 60a8a04

Browse files
committed
fix bad copy and paste
1 parent d3e98e1 commit 60a8a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/etc/nginx/sites-enabled/server.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ server {
267267

268268
location @handle_redirect {
269269
set $image_uri "$upstream_http_location";
270-
set_unescape_uri $clean_uri "http://127.0.0.1/rx/$myargs/$clean_uri";
270+
set_unescape_uri $clean_uri "http://127.0.0.1/rx/$myargs/$image_uri";
271271
proxy_pass $clean_uri;
272272
}
273273

0 commit comments

Comments
 (0)