nostream/Caddyfile.local
Kevin Smith e95d449b23 feat: add local dev configuration
Includes a reverse-proxy and locally-trusted TLS certs via mkcert, and uses a hostname that already points to 127.0.0.1 without having to modify the hosts file
2022-12-30 16:33:15 -05:00

10 lines
178 B
Caddyfile

{
auto_https disable_certs
}
nostream.localtest.me {
tls /root/certs/nostream.localtest.me.pem /root/certs/nostream.localtest.me-key.pem
reverse_proxy nostr-ts-relay:8008
}