mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(caddy-config) Proxy /uploads to backend
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
be7983b9be
commit
dc1d5b5192
1 changed files with 1 additions and 0 deletions
|
@ -13,4 +13,5 @@ log {
|
|||
reverse_proxy /realtime http://127.0.0.1:3000
|
||||
reverse_proxy /api/* http://127.0.0.1:3000
|
||||
reverse_proxy /public/* http://127.0.0.1:3000
|
||||
reverse_proxy /uploads/* http://127.0.0.1:3000
|
||||
reverse_proxy /* http://127.0.0.1:3001
|
||||
|
|
Loading…
Reference in a new issue