mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-21 15:47:24 +08:00
Fixed a typo
This commit is contained in:
parent
981ca72ee6
commit
99c0cbdf29
@ -9,7 +9,7 @@ import (
|
||||
|
||||
// virtualHost represents a virtual host/server. While a Server
|
||||
// is what actually binds to the address, a user may want to serve
|
||||
// multiple sites on a single address, and what is what a
|
||||
// multiple sites on a single address, and this is what a
|
||||
// virtualHost allows us to do.
|
||||
type virtualHost struct {
|
||||
config config.Config
|
||||
|
Loading…
x
Reference in New Issue
Block a user