Skip to content

Commit 0bb1dac

Browse files
committed
fix: update reverse proxy path
1 parent 41d94ab commit 0bb1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@api path /api/*
33
handle @api {
44
uri strip_prefix /api
5-
reverse_proxy http://rss-nest:3600
5+
reverse_proxy http://feedz-api:3600
66
}
77

88
handle {

0 commit comments

Comments
 (0)