Web Servers
Major Concepts & Key Terminology
Web Servers Used in this Course
:Caddy
HTTP, automatic HTTPS, and reverse proxy server to serve web applicationsCaddyfile
: config file required for caddycaddy reload
: command to reload web server with config file updates
NGINX
- HTTP, HTTPS, and reverse proxy server to serve web applications.conf file
: config file required for nginxnginx -s reload
: command to reload web server with config file updates