Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from wy580477/dev
Browse files Browse the repository at this point in the history
Fix rclone reverse proxy in bridge network mode
  • Loading branch information
wy580477 authored Apr 16, 2022
2 parents d63ad0a + beeb0af commit d2f70ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/Caddyfile_template
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ handle {$PORTAL_PATH}/rcloneweb* {
}
# Configure Rclone RC
handle_path {$PORTAL_PATH}/rclonerc {
reverse_proxy * localhost:56802
reverse_proxy * {$RCLONE_ADDR}
}
# Configure Rclone Serve
handle_path {$PORTAL_PATH}/rclonerc/* {
reverse_proxy * localhost:56802
reverse_proxy * {$RCLONE_ADDR}
}
# Configure Aria2 RPC
handle {$PORTAL_PATH}/jsonrpc {
Expand Down

0 comments on commit d2f70ad

Please sign in to comment.