mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2025-01-03 14:57:39 -05:00
fix typo in GATEWAY_INTERFACE value
This commit is contained in:
parent
4b2c3afdb0
commit
c145ac6a65
@ -167,7 +167,7 @@ serve_cgi(struct gmnisrv_client *client, const char *path,
|
||||
assert(addrs);
|
||||
|
||||
// Compatible with Jetforce
|
||||
setenv("GATEWAY_INTERFACE", "GCI/1.1", 1);
|
||||
setenv("GATEWAY_INTERFACE", "CGI/1.1", 1);
|
||||
setenv("SERVER_PROTOCOL", "GEMINI", 1);
|
||||
setenv("SERVER_SOFTWARE", "gmnisrv/0.0.0", 1);
|
||||
setenv("GEMINI_URL", client->buf, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user