Updated v2: Documentation (markdown)

Matt Holt 2019-07-03 22:14:04 -06:00
parent 58b5478bee
commit 7412279d68

@ -4,60 +4,69 @@ Features which are available in Caddy Enterprise are indicated with   🏢
# Contents # Contents
- [Command-line interface]() - [Command-line interface](#command-line-interface)
- [start]() - [start](#start)
- [run]() - [run](#run)
- [stop]() - [stop](#stop)
- [version]() - [version](#version)
- [list-modules]() - [list-modules](#list-modules)
- [environ]() - [environ](#environ)
- [Admin endpoint]() - [Admin endpoint](#admin-endpoint)
- [POST /load]() - [POST /load](#post-load)
- [GET /config/[scope]]() - [GET /config/[scope]](#get-configscope)
- [POST /config/[scope]]() - [POST /config/[scope]](#post-configscope)
- [PUT /config/[scope]]() - [PUT /config/[scope]](#put-configscope)
- [PATCH /config/[scope]]() - [PATCH /config/[scope]](#patch-configscope)
- [DELETE /config/[scope]]() - [DELETE /config/[scope]](#delete-configscope)
- [Caddy modules]() - [Caddy modules](#caddy-modules)
- [Config intro]() - [Config intro](#config-intro)
- [Making one from scratch]() - [Making one from scratch](#making-one-from-scratch)
- [Duration values]() - [Duration values](#duration-values)
- [Placeholders (variables)]() - [Placeholders (variables)](#placeholders-variables)
- [Config structure]() - [Config structure](#config-structure)
- [admin]() - [admin](#admin)
- [storage]() - [storage](#storage)
- [caddy.storage.file_system]() - [caddy.storage.file_system](#caddystoragefile_system)
- [apps]() - [apps](#apps)
- [http]() - [http](#http)
- [http/servers]() - [http/servers](#httpservers)
- [http/servers/listen]() - [http/servers/listen](#httpserverslisten)
- [http/servers/routes]() - [http/servers/routes](#httpserversroutes)
- [HTTP Placeholders]() - [HTTP Placeholders](#http-placeholders)
- [http/servers/routes/match]() - [http/servers/routes/match](#httpserversroutesmatch)
- [http.matchers.host]() - [http.matchers.host](#httpmatchershost)
- [http.matchers.path]() - [http.matchers.path](#httpmatcherspath)
- [http.matchers.path_regexp]() - [http.matchers.path_regexp](#httpmatcherspath_regexp)
- [http.matchers.method]() - [http.matchers.method](#httpmatchersmethod)
- [http.matchers.query]() - [http.matchers.query](#httpmatchersquery)
- [http.matchers.header]() - [http.matchers.header](#httpmatchersheader)
- [http.matchers.header_regexp]() - [http.matchers.header_regexp](#httpmatchersheader_regexp)
- [http.matchers.protocol]() - [http.matchers.protocol](#httpmatchersprotocol)
- [http.matchers.not]() - [http.matchers.not](#httpmatchersnot)
- [http.matchers.remote_ip]() - [http.matchers.remote_ip](#httpmatchersremote_ip)
- [http.matchers.starlark_expr]() - [http.matchers.starlark_expr](#httpmatchersstarlark_expr)
- [http/servers/apply]() - [http/servers/apply](#httpserversapply)
- [http/servers/respond]() - [http.middleware.headers](#httpmiddlewareheaders)
- [http/servers/errors]() - [http.middleware.rewrite](#httpmiddlewarerewrite)
- [http/servers/tls_conn_policies]() - [http.middleware.markdown](#httpmiddlewaremarkdown)
- [http/servers/auto_https]() - [http.middleware.request_body](#httpmiddlewarerequest_body)
- [http.middleware.encode](#httpmiddlewareencode)
- [http.middleware.templates](#httpmiddlewaretemplates)
- [http/servers/respond](#httpserversrespond)
- [http.responders.static](#httprespondersstatic)
- [http.responders.file_server](#httprespondersfile_server)
- [http.responders.reverse_proxy](#httprespondersreverse_proxy)
- [http/servers/errors](#httpserverserrors)
- [http/servers/tls_conn_policies](#httpserverstls_conn_policies)
- [http/servers/auto_https](#httpserversauto_https)
- [tls]() - [tls]()
- [tls/certificates]() - [tls/certificates](#tlscertificates)
- [tls/automation]() - [tls/automation](#tlsautomation)
- [tls/automation/policies]() - [tls/automation/policies](#tlsautomationpolicies)
- [tls.management.acme]() - [tls.management.acme](#tlsmanagementacme)
- [tls/session_tickets]() - [tls/session_tickets](#tlssession_tickets)
- [tls.stek.standard]() - [tls.stek.standard](#tlsstekstandard)
- [tls.stek.distributed]() - [tls.stek.distributed](#tlsstekdistributed)
# Command-line interface # Command-line interface