aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-09 08:04:12 +0000
committerOmar Polo <op@omarpolo.com>2021-07-09 08:04:12 +0000
commit3d132b283345475921bf9cf1e8d77e56ede2edf3 (patch)
tree74410e0647ec59a40df97e2d01303ef3c3f7cfa2
parent2b520ad595f4ac7d438ace3abf2a0e2dd2fb78b5 (diff)
`param' is forbidden inside `location's too
and while there sort the list of disallowed rules.
-rw-r--r--gmid.14
1 files 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