diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-24 16:12:09 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-24 16:18:03 -0800 |
| commit | 36acb0052bde87b82fb6c08d3a57680f8bea4e5f (patch) | |
| tree | b3428f0b79f53e0b4fde4a3ffef505ec486e759b /README.md | |
| parent | c61422f65bf1859da9336d764bb328b1882ec287 (diff) | |
| download | ccl-36acb0052bde87b82fb6c08d3a57680f8bea4e5f.tar.zst | |
Only allow "true" and "false" for bool
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ how hard can writing a recursive-descent parser be... location { path: "/.well-known/acme-challenge/" root: "/var/lib/acme/acme-challenge" - auth_basic: off - auth_request: off + auth_basic: false + auth_request: false } } |
