Rename page and add more links to it

This commit is contained in:
Matthew Holt 2020-05-17 16:27:57 -06:00
parent 5105bc8c77
commit 2bbc537dd5
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
5 changed files with 9 additions and 6 deletions

View file

@ -263,5 +263,6 @@ One last thing that you will find most helpful: if you want to remark or note an
## Further reading
- [Common patterns](/docs/caddyfile/patterns)
- [Caddyfile concepts](/docs/caddyfile/concepts)
- [Directives](/docs/caddyfile/directives)

View file

@ -8,7 +8,7 @@ The **Caddyfile** is a convenient Caddy configuration format for humans. It is m
It looks like this:
```
```caddy
example.com
root * /var/www/wordpress
@ -18,7 +18,7 @@ file_server
(That's a real, production-ready Caddyfile that serves WordPress with fully-managed HTTPS.)
The basic idea is that you first type the address of your site, then the features or functionality you need your site to have.
The basic idea is that you first type the address of your site, then the features or functionality you need your site to have. [View more common patterns.](/docs/caddyfile/patterns)
## Menu
@ -28,6 +28,7 @@ The basic idea is that you first type the address of your site, then the feature
- #### [Directives](/docs/caddyfile/directives)
- #### [Request matchers](/docs/caddyfile/matchers)
- #### [Global options](/docs/caddyfile/options)
- #### [Common patterns](/docs/caddyfile/patterns)
<!-- - #### [Caddyfile specification](/docs/caddyfile/spec) TODO: Finish this -->

View file

@ -1,10 +1,10 @@
---
title: Common Caddyfile Uses
title: Common Caddyfile Patterns
---
# Common Caddyfile Uses
# Common Caddyfile Patterns
This page presents some complete, minimal Caddyfile configurations for common use cases, which you might find helpful when building your own configs.
This page demonstrates a few complete and minimal Caddyfile configurations for common use cases. These can be helpful starting points for your own Caddyfile documents.
These are not drop-in solutions; you will have to customize your domain name, ports/sockets, directory paths, etc. They are intended to illustrate some of the most common configuration patterns.

View file

@ -76,5 +76,6 @@ When you are done with Caddy, make sure to stop it:
## Further reading
- [Common patterns](/docs/caddyfile/patterns)
- [Caddyfile concepts](/docs/caddyfile/concepts)
- [Directives](/docs/caddyfile/directives)

View file

@ -32,7 +32,7 @@
<li><a href="/docs/caddyfile/directives">Directives</a></li>
<li><a href="/docs/caddyfile/matchers">Request matchers</a></li>
<li><a href="/docs/caddyfile/options">Global options</a></li>
<li><a href="/docs/caddyfile/common-uses">Common uses</a></li>
<li><a href="/docs/caddyfile/patterns">Common patterns</a></li>
</ul>
</li>
<li><a href="/docs/modules/">Modules</a></li>