[add] reverse proxy

This commit is contained in:
Andy Bunce 2021-12-26 17:06:13 +00:00
parent c6301120d6
commit 245a970bcd
2 changed files with 7 additions and 28 deletions

View file

@ -5,16 +5,18 @@
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
}
fish.local {
encode zstd gzip
root .
file_server browse
netdata.n2-plus.local{
reverse_proxy 127.0.0.1:19999
}
n2-plus.local {
encode zstd gzip
root links
file_server browse
}
fish.local {
encode zstd gzip
root .
file_server browse
}