From 2638da3978c37053d3a74b419222da5e787106fe Mon Sep 17 00:00:00 2001 From: Petar Jankovic <94pettar@gmail.com> Date: Thu, 19 Jan 2023 21:44:02 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5a439fa9b4..f98f9d4ac1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ apt install ufw ``` ufw enable + +``` +###to be able to access the server again through ssh, once you exited it. +ufw allow ssh ``` ``` @@ -160,6 +164,11 @@ nano /var/www/netflix/index.html ``` systemctl start nginx ``` +###If you get 404 error, try this: + +``` +sudo systemctl reload nginx +``` ## Uploading Apps Using Git