From 3e3ac1178034cc9dc6af1ee6e486e180bcd48936 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 23 Oct 2024 02:43:03 +0900 Subject: [PATCH] Fix the title of docs/configuring-playbook-traefik.md Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-traefik.md | 2 +- docs/configuring-playbook.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-traefik.md b/docs/configuring-playbook-traefik.md index de860cef8..019265b16 100644 --- a/docs/configuring-playbook-traefik.md +++ b/docs/configuring-playbook-traefik.md @@ -1,4 +1,4 @@ -# Configure Traefik (optional, advanced) +# Configuring the Traefik reverse-proxy (optional, advanced) By default, this playbook installs and manages a [Traefik](https://doc.traefik.io/traefik/) reverse-proxy server, powered by the [ansible-role-traefik](https://github.com/mother-of-all-self-hosting/ansible-role-traefik) Ansible role. diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index f85201e26..9fc053b84 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -66,7 +66,7 @@ When you're done with all the configuration you'd like to do, continue with [Ins - [Serving your base domain using this playbook's nginx server](configuring-playbook-base-domain-serving.md) (optional) -- [Configure the Traefik reverse-proxy](configuring-playbook-traefik.md) (optional, advanced) +- [Configuring the Traefik reverse-proxy](configuring-playbook-traefik.md) (optional, advanced) - [Using your own webserver, instead of this playbook's default reverse-proxy](configuring-playbook-own-webserver.md) (optional, advanced)