mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
92a77d0489
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
16 lines
327 B
Caddyfile
16 lines
327 B
Caddyfile
#
|
|
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
|
|
:8080
|
|
|
|
log {
|
|
output stdout
|
|
}
|
|
|
|
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 /* http://127.0.0.1:3001
|