mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-05 07:24:08 +08:00
26 lines
213 B
Plaintext
26 lines
213 B
Plaintext
|
{
|
||
|
persist_config off
|
||
|
}
|
||
|
|
||
|
:8881 {
|
||
|
}
|
||
|
----------
|
||
|
{
|
||
|
"admin": {
|
||
|
"config": {
|
||
|
"persist": false
|
||
|
}
|
||
|
},
|
||
|
"apps": {
|
||
|
"http": {
|
||
|
"servers": {
|
||
|
"srv0": {
|
||
|
"listen": [
|
||
|
":8881"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|