diff --git a/Linux-201/Lab-Sheet.md b/Linux-201/Lab-Sheet.md index 0d61b71..6cd76a1 100644 --- a/Linux-201/Lab-Sheet.md +++ b/Linux-201/Lab-Sheet.md @@ -1,5 +1,13 @@ # Linux 201: Web Server Setup +## Introduction + + - Goals + - Setup a basic web server to serve static files + - Non-goals - links to useful tutorials will be provided at the end of this lab sheet + - Setting up HTTPS - This requires a domain name + - + ## Things to mention in the slide deck - - Apache vs Nginx @@ -16,6 +24,9 @@ - https://starbeamrainbowlabs.com/blog/article.php?article=posts/047-Linux-Security-Part-1.html ## Installing a Web Server + - systemd services + - Nginx is a service + - - Installing Nginx - `sudo apt install nginx`