Merge pull request #326 from gitroomhq/jamesread-patch-1
Proxy /uploads in containers
This commit is contained in:
commit
09f269d7e7
|
|
@ -3,6 +3,11 @@
|
|||
reverse_proxy * localhost:3000
|
||||
}
|
||||
|
||||
handle_path /uploads/* {
|
||||
root * /uploads/
|
||||
file_server
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy * localhost:4200
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue