mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
|
{
|
||
|
"apps": {
|
||
|
"http": {
|
||
|
"servers": {
|
||
|
"srv0": {
|
||
|
"listen": [
|
||
|
":8448"
|
||
|
],
|
||
|
"routes": [
|
||
|
{
|
||
|
"match": [
|
||
|
{
|
||
|
"host": [
|
||
|
"{{ server_name }}"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"handle": [
|
||
|
{
|
||
|
"handler": "subroute",
|
||
|
"routes": [
|
||
|
{
|
||
|
"handle": [
|
||
|
{
|
||
|
"handler": "reverse_proxy",
|
||
|
"upstreams": [
|
||
|
{
|
||
|
"dial": "localhost:8008"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"terminal": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"tls": {
|
||
|
"automation": {
|
||
|
"policies": [
|
||
|
{
|
||
|
"subjects": [
|
||
|
"{{ server_name }}"
|
||
|
],
|
||
|
"issuers": [
|
||
|
{
|
||
|
"module": "internal"
|
||
|
}
|
||
|
],
|
||
|
"on_demand": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"pki": {
|
||
|
"certificate_authorities": {
|
||
|
"local": {
|
||
|
"name": "Complement CA",
|
||
|
"root": {
|
||
|
"certificate": "/complement/ca/ca.crt",
|
||
|
"private_key": "/complement/ca/ca.key"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|