diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-19 10:58:29 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-19 10:58:29 +0000 |
commit | 05c23a54ea7a2fdfb35d08cdaedea01ab3d5b427 (patch) | |
tree | e768add08b54fd1b780f608608f1aa15887abaac /gmid.1 | |
parent | 17b09e3cb7158d3b817b42b3f1498b43dcc41e9f (diff) |
add "lang" server option
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -168,6 +168,11 @@ Enable the execution of CGI scripts if is a prefix of the user request string. An empty path "" will effectively enable the execution of any file with the executable bit set inside the root directory. +.It Ic lang Ar string +Specify the language tag for the text/gemini content served. +If not specified, no +.Dq lang +parameter will be added in the response. .El .Sh CGI When CGI scripts are enabled for a directory, a request for an |