From 68b79d8f47ec06957fc4e9f239acb1299a3c52b1 Mon Sep 17 00:00:00 2001 From: Igwemo Pielczyk Date: Mon, 13 Dec 2021 14:33:17 +0100 Subject: [PATCH] minor corrections added sudo in line 35 and corrected 'S' to 's' --- 07 Create NGINX proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07 Create NGINX proxy.md b/07 Create NGINX proxy.md index d3710e5..e22c245 100644 --- a/07 Create NGINX proxy.md +++ b/07 Create NGINX proxy.md @@ -32,13 +32,13 @@ sudo apt install nginx Check if nginx is running: ``` -systemctl status nginx +sudo systemctl status nginx ``` Add the port to the firewall, otherwise you cannot connect to the webserver. ``` -Sudo ufw allow http +sudo ufw allow http ``` Now you can check your browser: