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 ```