refactor(panel/webserver_configuration.md): do not validate caddy, only restart the daemon

This commit is contained in:
Vojtech Mares 2023-11-13 12:06:12 +01:00
parent f32dee99dc
commit 9af02fab47
No known key found for this signature in database
GPG Key ID: C6827B976F17240D

View File

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