Caddy-Web-Server-Installer

(★ 208)

Script to manage Caddy web server

File Explorer

  • .gitattributes
  • caddy
  • caddy.sh
  • CHANGELOG.md
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

caddy

View Details ▼

An enterprise-ready open source web server with automatic HTTPS, written in Go.

caddy run

Start Caddy in the foreground:

caddy run --config {{path/to/Caddyfile}}

Start Caddy with the specified Caddyfile:

caddy start

Start Caddy in the background:

// repository documentation