6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-26 00:38:22 +00:00
prologic-saltyim/Caddyfile
xuu c15701250f fix: stuff (#69)
Co-authored-by: Jon Lundy <jon@xuu.cc>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/69
Co-authored-by: xuu <xuu@noreply@mills.io>
Co-committed-by: xuu <xuu@noreply@mills.io>
2022-03-26 23:35:53 +00:00

9 lines
129 B
Caddyfile

salty.home.arpa {
tls internal
file_server * browse {
root data/
}
reverse_proxy /inbox/* http://127.0.0.1:8000
}