Write some mroe notes
continuous-integration/laminar-elessar Build 44 succeeded in 1 minute 5 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-06-20 16:45:01 +01:00
parent 7840902680
commit 818dc5744d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 11 additions and 0 deletions

View File

@ -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`