mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 13:51:53 +01:00
10 lines
178 B
Caddyfile
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
|
||
|
}
|