mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
e07cd62596
This rewrite follows the principles of https://diataxis.fr/ Co-authored-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
14 lines
No EOL
323 B
Caddyfile
14 lines
No EOL
323 B
Caddyfile
{$HD_BASE_URL}
|
|
|
|
log {
|
|
output stdout
|
|
level WARN
|
|
format console
|
|
}
|
|
|
|
reverse_proxy /realtime http://backend:3000
|
|
reverse_proxy /api/* http://backend:3000
|
|
reverse_proxy /public/* http://backend:3000
|
|
reverse_proxy /uploads/* http://backend:3000
|
|
reverse_proxy /apidoc/* http://backend:3000
|
|
reverse_proxy /* http://frontend:3001 |