[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
}

View File

@ -1,23 +0,0 @@
{
"d1": 42,
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}