mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-14 14:54:47 +00:00
11 lines
267 B
Caddyfile
11 lines
267 B
Caddyfile
# SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
:1337 {
|
|
reverse_proxy /articles/* http://127.0.0.1:8001
|
|
reverse_proxy /videos/* http://127.0.0.1:8002
|
|
reverse_proxy /en/* http://127.0.0.1:8000
|
|
redir / /en/
|
|
}
|