mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Initial commit
This commit is contained in:
commit
03b6fddeb0
77 changed files with 7599 additions and 0 deletions
18
src/docs/markdown/quick-starts.md
Normal file
18
src/docs/markdown/quick-starts.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue