mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
14 lines
323 B
Text
14 lines
323 B
Text
|
{$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
|