[add] reverse proxy
This commit is contained in:
parent
c6301120d6
commit
245a970bcd
@ -5,16 +5,18 @@
|
|||||||
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
}
|
}
|
||||||
|
|
||||||
fish.local {
|
netdata.n2-plus.local{
|
||||||
encode zstd gzip
|
reverse_proxy 127.0.0.1:19999
|
||||||
root .
|
|
||||||
file_server browse
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
n2-plus.local {
|
n2-plus.local {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
root links
|
root links
|
||||||
file_server browse
|
file_server browse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fish.local {
|
||||||
|
encode zstd gzip
|
||||||
|
root .
|
||||||
|
file_server browse
|
||||||
|
}
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user