From 875e8a9fd9523c332fb6312f510c89909a5e9abf Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 10 Mar 2020 21:25:10 +0100 Subject: [PATCH] Fix highlighted lines in Nginx config --- docs/firststeps-rp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index 8ee1771e3..e69c01765 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -90,7 +90,7 @@ Let's Encrypt will follow our rewrite, certificate requests will work fine. **Take care of highlighted lines.** -``` hl_lines="4 10 13 14 19 33" +``` hl_lines="4 10 12 13 18 32" server { listen 80 default_server; listen [::]:80 default_server;