]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
commands: Update CLI docs vs server and production
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 5 Jun 2023 09:53:14 +0000 (11:53 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 5 Jun 2023 09:53:14 +0000 (11:53 +0200)
Fixes #11067

commands/server.go

index 4efb47f2736f6d29df75e92c946e693902fa4164..80036618c2b07a7e0ae1a01897a40c1fef7c3f45 100644 (file)
@@ -512,8 +512,6 @@ func (c *serverCommand) Init(cd *simplecobra.Commandeer) error {
        cmd.Short = "A high performance webserver"
        cmd.Long = `Hugo provides its own webserver which builds and serves the site.
 While hugo server is high performance, it is a webserver with limited options.
-Many run it in production, but the standard behavior is for people to use it
-in development and use a more full featured server such as Nginx or Caddy.
 
 'hugo server' will avoid writing the rendered and served content to disk,
 preferring to store it in memory.