27 lines
647 B
Caddyfile
27 lines
647 B
Caddyfile
|
{
|
||
|
"admin": {▾
|
||
|
"disabled": false,
|
||
|
"listen": "",
|
||
|
"enforce_origin": false,
|
||
|
"origins": [""],
|
||
|
"config": {
|
||
|
"persist": false,
|
||
|
"load": {•••}
|
||
|
},
|
||
|
"identity": {▾
|
||
|
"identifiers": [""],
|
||
|
"issuers": [{•••}]
|
||
|
},
|
||
|
"remote": {
|
||
|
"listen": "",
|
||
|
"access_control": [{
|
||
|
"public_keys": [""],
|
||
|
"permissions": [{
|
||
|
"paths": [""],
|
||
|
"methods": [""]
|
||
|
}]
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|