Added goals to the introductory section.
All checks were successful
continuous-integration/laminar-elessar Build 45 succeeded in 1 minute 2 seconds .

This commit is contained in:
Closebracket 2019-06-20 16:54:09 +01:00
parent 818dc5744d
commit 8ef258cf89

View file

@ -3,13 +3,16 @@
## Introduction ## Introduction
- Goals - Goals
- Understand the process of setting up a web server
- Understand why security is important when setting a web server.
- Setup a basic web server to serve static files - 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 - Non-goals - links to useful tutorials will be provided at the end of this lab sheet
- Setting up HTTPS - This requires a domain name - Setting up HTTPS - This requires a domain name
- -
## Things to mention in the slide deck ## Things to mention in the slide deck
- -
- Apache vs Nginx - Apache vs Nginx
- Thread-based vs event-based servers - Thread-based vs event-based servers
@ -26,7 +29,7 @@
## Installing a Web Server ## Installing a Web Server
- systemd services - systemd services
- Nginx is a service - Nginx is a service
- -
- Installing Nginx - Installing Nginx
- `sudo apt install nginx` - `sudo apt install nginx`