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: