Proxy /uploads in containers
This commit is contained in:
parent
69435a5530
commit
160842ade2
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
reverse_proxy * localhost:3000
|
||||
}
|
||||
|
||||
handle_path /uploads/* {
|
||||
root * /uploads/
|
||||
file_server
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy * localhost:4200
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue