Linux-101/Linux-201/Lab-Sheet.md
Starbeamrainbowlabs 7840902680
All checks were successful
continuous-integration/laminar-elessar Build 43 succeeded in 1 minute 8 seconds .
Start writing notes for the 2nd lab sheet
2019-06-20 16:26:06 +01:00

770 B

Linux 201: Web Server Setup

Things to mention in the slide deck

  • Apache vs Nginx
    • Thread-based vs event-based servers

Basic Security

Installing a Web Server

  • Installing Nginx
    • sudo apt install nginx

Configuration

  • /etc/nginx/nginx.conf

References and Further Reading