mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
refactor(panel/webserver_configuration.md): do not validate caddy, only restart the daemon
This commit is contained in:
parent
f32dee99dc
commit
9af02fab47
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user