mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-24 03:44:38 +08:00
websockets: quick version fix
This commit is contained in:
parent
c1916c0fb5
commit
fa2403c1d3
|
@ -130,5 +130,5 @@ var (
|
|||
|
||||
const (
|
||||
envGatewayInterface = "caddy-CGI/1.1"
|
||||
envServerSoftware = "caddy/?.?.?" // TODO
|
||||
envServerSoftware = "caddy/" // TODO: Version
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user