mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-06 07:13:37 +03:00
Disable logging in example caddy.json
This commit is contained in:
parent
6aa7923585
commit
529ff77c85
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ sudo setcap cap_net_bind_service=+ep ./caddy
|
|||
|
||||
```json
|
||||
{
|
||||
"admin": {"disabled": true},
|
||||
"logging": {
|
||||
"sink": {"writer": {"output": "discard"}},
|
||||
"logs": {"default": {"writer": {"output": "discard"}}}
|
||||
},
|
||||
"apps": {
|
||||
"http": {
|
||||
"servers": {
|
||||
|
|
Loading…
Add table
Reference in a new issue