From 8cfecd1edeafa22d41b256ff77814645dc8d1748 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 4 Oct 2022 16:45:50 +0530 Subject: [PATCH] fix: s/systemtl/systemctl/ --- .../_2022-09-10-how-to-publish-website-without-librepages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md index 845add7..337c411 100644 --- a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md +++ b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md @@ -207,8 +207,8 @@ $ sudo ufw allow 443 # open ports 443 for HTTPS traffic #### 1.4.2) Configure `nginx` to start on boot ```bash -$ sudo systemtl enable nginx # automatically start nginx on boot -$ sudo systemtl start nginx # start nginx server +$ sudo systemctl enable nginx # automatically start nginx on boot +$ sudo systemctl start nginx # start nginx server ``` And verify it works: