● caddy.service - Caddy Loaded: loaded (/lib/systemd/system/caddy.service; enabled; preset: enabled) Active: active (running) since Wed 2026-07-15 14:00:40 UTC; 5h 56min ago Docs: https://caddyserver.com/docs/ Process: 1878 ExecReload=/usr/bin/caddy reload --config /etc/caddy/Caddyfile --force (code=exited, status=0/SUCCESS) Main PID: 465 (caddy) Tasks: 8 (limit: 4686) Memory: 59.2M CPU: 2.142s CGroup: /system.slice/caddy.service └─465 /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.0990102,"logger":"http","msg":"enabling HTTP/3 listener","addr":":443"} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.0990348,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.099068,"logger":"http.log","msg":"server running","name":"remaining_auto_https_redirects","protocols":["h1","h2","h3"]} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.0990736,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["reports.secret-studio.ru"]} Jul 15 14:56:37 router-ops caddy[465]: {"level":"warn","ts":1784127397.0996075,"logger":"tls","msg":"stapling OCSP","error":"no OCSP stapling for [reports.secret-studio.ru]: no OCSP server specified in certificate","identifiers":["reports.secret-studio.ru"]} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.099746,"logger":"tls.cache.maintenance","msg":"stopped background certificate maintenance","cache":"0xc000435030"} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.0998595,"msg":"autosaved config (load with --resume flag)","file":"/var/lib/caddy/.config/caddy/autosave.json"} Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.0999036,"logger":"admin.api","msg":"load complete"} Jul 15 14:56:37 router-ops systemd[1]: Reloaded caddy.service - Caddy. Jul 15 14:56:37 router-ops caddy[465]: {"level":"info","ts":1784127397.1025105,"logger":"admin","msg":"stopped previous server","address":"localhost:2019"} # /lib/systemd/system/caddy.service # caddy.service # # For using Caddy with a config file. # # Make sure the ExecStart and ExecReload commands are correct # for your installation. # # See https://caddyserver.com/docs/install for instructions. # # WARNING: This service does not use the --resume flag, so if you # use the API to make changes, they will be overwritten by the # Caddyfile next time the service is restarted. If you intend to # use Caddy's API to configure it, add the --resume flag to the # `caddy run` command or use the caddy-api.service file instead. [Unit] Description=Caddy Documentation=https://caddyserver.com/docs/ After=network.target network-online.target Requires=network-online.target [Service] Type=notify User=caddy Group=caddy ExecStart=/usr/bin/caddy run --environ --config /etc/caddy/Caddyfile ExecReload=/usr/bin/caddy reload --config /etc/caddy/Caddyfile --force TimeoutStopSec=5s LimitNOFILE=1048576 LimitNPROC=512 PrivateTmp=true ProtectSystem=full AmbientCapabilities=CAP_NET_BIND_SERVICE [Install] WantedBy=multi-user.target