diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-29 18:23:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-29 18:23:35 +0000 |
commit | cc8c2901ad544d336374887451dc8c85a5ae1264 (patch) | |
tree | 46f42e9929fd44cf9bf94a9a2b6a81de2f72a517 /gmid.1 | |
parent | 8e8b2e252c37a1e633c33ac923ab78c3f1e8ab31 (diff) |
added ``alias'' option to define hostname aliases for a server
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |