diff --git a/docs/guides/caddy-configuration.md b/docs/guides/caddy-configuration.md index 567710a..ee997e2 100644 --- a/docs/guides/caddy-configuration.md +++ b/docs/guides/caddy-configuration.md @@ -1,6 +1,5 @@ -# Caddy Webserver Frontend -If you'd like to use Caddy as your main web server with PiHole, you'll need to make a few changes. +If you'd like to use Caddy as your main web server with Pi-hole, you'll need to make a few changes. ## Modifying lighttpd configuration First, change the listen port in this file: diff --git a/mkdocs.yml b/mkdocs.yml index 915d10b..086d474 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,7 +63,7 @@ pages: - 'Guides': - 'Pi-hole as All-Around DNS Solution': guides/unbound.md - 'Configuring DNS-Over-HTTPS on Pi-hole': guides/dns-over-https.md - - 'Configuring Caddy for Pi-Hole': guides/caddy-configuration.md + - 'Configuring Caddy for Pi-hole': guides/caddy-configuration.md - 'Pi-hole and OpenVPN Server': - 'Overview': 'guides/vpn/overview.md' - 'Installation': 'guides/vpn/installation.md'