Skip to content

Commit 09f269d

Browse files
authored
Merge pull request #326 from gitroomhq/jamesread-patch-1
Proxy /uploads in containers
2 parents 69435a5 + 160842a commit 09f269d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

var/docker/Caddyfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
reverse_proxy * localhost:3000
44
}
55

6+
handle_path /uploads/* {
7+
root * /uploads/
8+
file_server
9+
}
10+
611
handle {
712
reverse_proxy * localhost:4200
813
}

0 commit comments

Comments
 (0)