From f35f23d87a4ea763b2e34505ef20c4987154e6d7 Mon Sep 17 00:00:00 2001 From: G4dter Date: Thu, 4 Feb 2021 16:50:35 +0100 Subject: Update production.md --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/production.md b/support/doc/production.md index 6b694c924..7ec94aae2 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -134,7 +134,7 @@ To generate the certificate for your domain as required to make https work you c ``` $ sudo systemctl stop nginx -$ sudo certbot certonly --standalone --post-hook "systemctl start nginx" +$ sudo certbot certonly --standalone --post-hook "systemctl restart nginx" $ sudo systemctl reload nginx ``` -- cgit v1.2.3