From ea9fbd7409fc94b0caa2db37dd3315daeed30fdd Mon Sep 17 00:00:00 2001 From: abydon Date: Thu, 20 Jan 2022 15:29:28 +0100 Subject: [PATCH] typo --- 07 Create NGINX proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07 Create NGINX proxy.md b/07 Create NGINX proxy.md index d3710e5..3e92ad9 100644 --- a/07 Create NGINX proxy.md +++ b/07 Create NGINX proxy.md @@ -38,7 +38,7 @@ 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: