Skip to content

Commit ae66cf1

Browse files
committed
chore: Update standalone nginx proxy config to include /retry endpoint
1 parent fe5afac commit ae66cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rutorrent-ui/nginx/upstream.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ server {
99
set $backend_origin http://192.168.1.230:3000;
1010

1111
# Shared proxy config for API-style routes
12-
location ~ ^/(torrent|authenticator|version)$ {
12+
location ~ ^/(torrent|authenticator|version|retry)$ {
1313
proxy_pass $backend_origin;
1414
proxy_http_version 1.1;
1515

0 commit comments

Comments
 (0)