aboutsummaryrefslogtreecommitdiff
path: root/gmid.1
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-29 18:23:35 +0000
committerOmar Polo <op@omarpolo.com>2021-04-29 18:23:35 +0000
commitcc8c2901ad544d336374887451dc8c85a5ae1264 (patch)
tree46f42e9929fd44cf9bf94a9a2b6a81de2f72a517 /gmid.1
parent8e8b2e252c37a1e633c33ac923ab78c3f1e8ab31 (diff)
added ``alias'' option to define hostname aliases for a server
Diffstat (limited to 'gmid.1')
-rw-r--r--gmid.16
1 files changed, 5 insertions, 1 deletions
diff --git a/gmid.1 b/gmid.1
index 0e08e2f..332eed1 100644
--- a/gmid.1
+++ b/gmid.1
@@ -192,6 +192,10 @@ or a name including a wildcards,
.Pp
Followed by a block of options that is enclosed in curly brackets:
.Bl -tag -width Ds
+.It Ic alias Ar name
+Specify an additional alias
+.Ar name
+for this server.
.It Ic auto Ic index Ar bool
If no index file is found, automatically generate a directory listing.
It's disabled by default.
@@ -282,7 +286,7 @@ A
.Ic location
section may include most of the server configuration rules
except
-.Ic cert , Ic env , Ic key , Ic root , Ic location ,
+.Ic alias , cert , Ic env , Ic key , Ic root , Ic location ,
.Ic entrypoint No and Ic cgi .
.It Ic root Pa directory
Specify the root directory for this server.