mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -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
|
### Enabling Configuration
|
||||||
|
|
||||||
The final step is to validate configuration and restart Caddy.
|
The final step is to restart Caddy.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
caddy validate --config /etc/caddy/Caddyfile
|
|
||||||
|
|
||||||
systemctl restart caddy
|
systemctl restart caddy
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -149,11 +147,9 @@ The only two differences are that we have prefixed the `<domain>` with `http://`
|
|||||||
|
|
||||||
### Enabling Configuration
|
### Enabling Configuration
|
||||||
|
|
||||||
The final step is to validate configuration and restart Caddy.
|
The final step is to restart Caddy.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
caddy validate --config /etc/caddy/Caddyfile
|
|
||||||
|
|
||||||
systemctl restart caddy
|
systemctl restart caddy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user