Proxy /uploads in containers

This commit is contained in:
James Read 2024-10-06 10:49:53 +01:00 committed by GitHub
parent 69435a5530
commit 160842ade2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
reverse_proxy * localhost:3000
}
handle_path /uploads/* {
root * /uploads/
file_server
}
handle {
reverse_proxy * localhost:4200
}