Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/Linux-101
All checks were successful
continuous-integration/laminar-elessar Build 46 succeeded in 1 minute 5 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 46 succeeded in 1 minute 5 seconds .
This commit is contained in:
commit
569ee27123
1 changed files with 6 additions and 3 deletions
|
@ -3,13 +3,16 @@
|
|||
## Introduction
|
||||
|
||||
- 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
|
||||
|
||||
- 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
|
||||
- Thread-based vs event-based servers
|
||||
|
||||
|
@ -27,7 +30,7 @@
|
|||
## Installing a Web Server
|
||||
- systemd services
|
||||
- Nginx is a service
|
||||
-
|
||||
-
|
||||
- Installing Nginx
|
||||
- `sudo apt install nginx`
|
||||
|
||||
|
|
Loading…
Reference in a new issue