From 4f6deca45e78c9af3165773feb3c34b5d479eed7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Oct 2018 13:57:02 +0000 Subject: [PATCH] Fixed Pi-hole references Signed-off-by: root --- docs/guides/caddy-configuration.md | 3 +-- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'