Merge pull request #326 from gitroomhq/jamesread-patch-1

Proxy /uploads in containers
This commit is contained in:
James Read 2024-10-06 10:51:01 +01:00 committed by GitHub
commit 09f269d7e7
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
}