mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 09:40:13 +08:00
d73660f7c3
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
26 lines
213 B
Plaintext
26 lines
213 B
Plaintext
{
|
|
persist_config off
|
|
}
|
|
|
|
:8881 {
|
|
}
|
|
----------
|
|
{
|
|
"admin": {
|
|
"config": {
|
|
"persist": false
|
|
}
|
|
},
|
|
"apps": {
|
|
"http": {
|
|
"servers": {
|
|
"srv0": {
|
|
"listen": [
|
|
":8881"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|