Initial commit

This commit is contained in:
Matthew Holt 2020-01-24 12:47:52 -07:00
commit 03b6fddeb0
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
77 changed files with 7599 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
title: Quick-starts
---
# Quick-starts
These tutorials are designed to get you up and running quickly without much explanation to get in the way.
It is **highly recommended** that you follow-up by reading other tutorials and reference documentation to fully understand how your web server works.
## Menu
- #### [Using the API](/docs/quick-starts/api)
- #### [Using a Caddyfile](/docs/quick-starts/caddyfile)
- #### [File server](/docs/quick-starts/file-server)
- #### [Reverse proxy](/docs/quick-starts/reverse-proxy)
- #### [HTTPS](/docs/quick-starts/https)