Fix typo in CGI environment variable.

This commit is contained in:
Solderpunk 2020-06-12 19:00:36 +02:00
parent e57a3d5ecf
commit 15863eb253
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func prepareGatewayVariables(config Config, URL *url.URL, conn net.Conn) map[str
vars["REQUEST_METHOD"] = ""
vars["SERVER_NAME"] = config.Hostname
vars["SERVER_PORT"] = strconv.Itoa(config.Port)
vars["SERVER_PROTOCL"] = "GEMINI"
vars["SERVER_PROTOCOL"] = "GEMINI"
vars["SERVER_SOFTWARE"] = "MOLLY_BROWN"
// Add TLS variables