summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-05 11:53:14 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-05 11:53:14 +0200
commit5446900dee3050f3a45382fad5650a8bf5f5c530 (patch)
tree56bdb54be99527a1254e5871b4f68f5a2588ef45 /commands
parentcf38c73f53bd7f2093d4ae34a9c324f5e915b7c8 (diff)
commands: Update CLI docs vs server and production
Fixes #11067
Diffstat (limited to 'commands')
-rw-r--r--commands/server.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/server.go b/commands/server.go
index 4efb47f27..80036618c 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -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.