From 18566c04d6000ccbadf8af93d4635933520ccf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Mon, 22 Jan 2024 02:50:50 +0100 Subject: [PATCH] Update caddy.md, missing hyphen (nitty-gritty), punctuation (e.g., GD) - nitty-gritty with hyphen according to merriam-webster.com --- docs/guides/web/caddy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/web/caddy.md b/docs/guides/web/caddy.md index 6694a0d706..016e01d591 100644 --- a/docs/guides/web/caddy.md +++ b/docs/guides/web/caddy.md @@ -110,7 +110,7 @@ That should be everything you need, firewall-wise. ## Configuring Caddy -Unlike traditional web servers like Apache and Nginx, Caddy's configuration format is significantly simpler. Gone are the days where you had to configure the nitty gritty like your web server's threading model or SSL certificates, unless you want to. +Unlike traditional web servers like Apache and Nginx, Caddy's configuration format is significantly simpler. Gone are the days where you had to configure the nitty-gritty like your web server's threading model or SSL certificates, unless you want to. To edit the Caddy configuration file: @@ -164,7 +164,7 @@ Next, we need to install PHP (note: if you are using another version of PHP, sub dnf install -y php81-php-fpm ``` -If you require additional PHP modules (e.g. GD), add them to the above command. +If you require additional PHP modules (e.g., GD), add them to the above command. Then, we need to configure PHP to listen on a TCP socket: