From 979c67dc731248f45a20cc33802a4012a4fbd52b Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 2 Sep 2026 17:27:30 +0200 Subject: [PATCH] fix grammar Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Zoey --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index a3ba0f08..fe3214cd 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -548,7 +548,7 @@ http { server_name ; - # If running nginx on a subdomain (eg. nextcloud.example.com) of a domain that already has an wildcard ssl certificate from certbot on this machine, + # If running nginx on a subdomain (eg. nextcloud.example.com) of a domain that already has a wildcard ssl certificate from certbot on this machine, # the in the below lines should be replaced with just the domain (eg. example.com), not the subdomain. # In this case the subdomain should already be secured without additional actions ssl_certificate /etc/letsencrypt/live//fullchain.pem; # managed by certbot on host machine