From 2367d99a01f968f2a7f278eb0a676fef400b0bb1 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 6 Jun 2021 21:59:20 +0000 Subject: [PATCH] Add .Pp for consistency with all other config blocks. --- usr.sbin/httpd/httpd.conf.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 3a6c5048020..bccc903b454 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.115 2021/04/06 06:28:38 jmc Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.116 2021/06/06 21:59:20 tb Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 6 2021 $ +.Dd $Mdocdate: June 6 2021 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -798,6 +798,7 @@ server "www.example.com" { listen on 10.0.0.1 tls port 443 } .Ed +.Pp The request can also be rewritten with the .Ic request rewrite directive: -- 2.20.1