Proxy /uploads in containers
This commit is contained in:
parent
69435a5530
commit
160842ade2
|
|
@ -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