mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
305b6f5910
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: David Mehren <git@herrmehren.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
20 lines
448 B
Caddyfile
20 lines
448 B
Caddyfile
#
|
|
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
|
|
:8080
|
|
|
|
log {
|
|
output stdout
|
|
level WARN
|
|
format console
|
|
}
|
|
|
|
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 /apidoc/* http://127.0.0.1:3000
|
|
reverse_proxy /* http://127.0.0.1:3001
|