From 3d132b283345475921bf9cf1e8d77e56ede2edf3 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 9 Jul 2021 08:04:12 +0000 Subject: [PATCH] `param' is forbidden inside `location's too and while there sort the list of disallowed rules. --- gmid.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmid.1 b/gmid.1 index e894e96..dec4b05 100644 --- a/gmid.1 +++ b/gmid.1 @@ -367,8 +367,8 @@ A .Ic location section may include most of the server configuration rules except -.Ic alias , Ic cert , Ic env , Ic key , Ic location , -.Ic entrypoint No and Ic cgi . +.Ic alias , Ic cert , Ic cgi , Ic entrypoint , Ic env , Ic key , +.Ic location No and Ic param . .It Ic log Ar bool Enable or disable the logging for the current server or location block. .It Ic param Ar name Cm = Ar value