mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 16:47:00 +00:00
19 lines
359 B
Caddyfile
19 lines
359 B
Caddyfile
{
|
|
#acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
email akpall+akpella@fst.ee
|
|
}
|
|
|
|
fst.ee {
|
|
root * /var/www/html
|
|
file_server
|
|
}
|
|
|
|
#fst.ee:8448 {
|
|
# reverse_proxy /_matrix/* matrixdotorg-synapse:8008
|
|
#}
|
|
|
|
#matrix.fst.ee {
|
|
# reverse_proxy /_matrix/* matrixdotorg-synapse:8008
|
|
# reverse_proxy /_synapse/client/* matrixdotorg-synapse:8008
|
|
#}
|