Update caddy reload command paths in configuration and panelctl scripts

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 23:31:31 +02:00
parent 7072fc9a37
commit 64c5b573cf
3 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,9 @@
services.caddy = {
enable = true;
email = "admin@srazka.com";
# Generated app routes from the panel backend.
extraConfig = ''
# Generated app routes from the panel backend.
import /var/lib/containers/routes/routes.caddy
'';