mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-03 07:16:45 +00:00
13 lines
367 B
Markdown
13 lines
367 B
Markdown
---
|
|
title: Caddy
|
|
homepage: https://github.com/caddyserver/caddy
|
|
tagline: |
|
|
Caddy is a fast, multi-platform web server with automatic HTTPS.
|
|
description: |
|
|
Caddy makes it easy to use Let's Encrypt to handle HTTPS (TLS/SSL) and to reverse proxy APIs and WebSockets to other apps - such as those written node, Go, python, ruby, and PHP.
|
|
---
|
|
|
|
```bash
|
|
caddy start
|
|
```
|