From 9af02fab478e9818c612e8a0290f8d5e4bb44ee7 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Mon, 13 Nov 2023 12:06:12 +0100 Subject: [PATCH] refactor(panel/webserver_configuration.md): do not validate caddy, only restart the daemon --- panel/1.0/webserver_configuration.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/panel/1.0/webserver_configuration.md b/panel/1.0/webserver_configuration.md index 4a259b93..47e06b56 100644 --- a/panel/1.0/webserver_configuration.md +++ b/panel/1.0/webserver_configuration.md @@ -128,11 +128,9 @@ If you are using Cloudflare DNS in proxy mode, refer to [this tutorial](/tutoria ### Enabling Configuration -The final step is to validate configuration and restart Caddy. +The final step is to restart Caddy. ```bash -caddy validate --config /etc/caddy/Caddyfile - systemctl restart caddy ``` @@ -149,11 +147,9 @@ The only two differences are that we have prefixed the `` with `http://` ### Enabling Configuration -The final step is to validate configuration and restart Caddy. +The final step is to restart Caddy. ```bash -caddy validate --config /etc/caddy/Caddyfile - systemctl restart caddy ```