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: