Write some mroe notes
All checks were successful
continuous-integration/laminar-elessar Build 44 succeeded in 1 minute 5 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 44 succeeded in 1 minute 5 seconds .
This commit is contained in:
parent
7840902680
commit
818dc5744d
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Linux 201: Web Server Setup
|
# 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
|
## Things to mention in the slide deck
|
||||||
-
|
-
|
||||||
- Apache vs Nginx
|
- Apache vs Nginx
|
||||||
|
@ -16,6 +24,9 @@
|
||||||
- https://starbeamrainbowlabs.com/blog/article.php?article=posts/047-Linux-Security-Part-1.html
|
- https://starbeamrainbowlabs.com/blog/article.php?article=posts/047-Linux-Security-Part-1.html
|
||||||
|
|
||||||
## Installing a Web Server
|
## Installing a Web Server
|
||||||
|
- systemd services
|
||||||
|
- Nginx is a service
|
||||||
|
-
|
||||||
- Installing Nginx
|
- Installing Nginx
|
||||||
- `sudo apt install nginx`
|
- `sudo apt install nginx`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue