Skip to content

Commit b5184e7

Browse files
committed
new caddy resource
1 parent 5d5869a commit b5184e7

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7997,6 +7997,13 @@ <h3>General Caddy resources</h3>
79977997
is a quick synopsis on installing Caddy along with a short example
79987998
configuration file.</p>
79997999
</li>
8000+
<li>
8001+
<p><a href="https://caddyserver.com/blog/is-caddy-free">Is Caddy free?</a> explains
8002+
the donation and sponsorships model that Caddy uses to continue development
8003+
on the server. The gist is that the server is free to clone, download and
8004+
use. Sponsors and optional donations are currently used to fund ongoing
8005+
development.</p>
8006+
</li>
80008007
</ul>
80018008
<h1>Testing</h1>
80028009
<p>Testing determines whether software runs correctly based on specific inputs

caddy.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ <h3>General Caddy resources</h3>
5757
is a quick synopsis on installing Caddy along with a short example
5858
configuration file.</p>
5959
</li>
60+
<li>
61+
<p><a href="https://caddyserver.com/blog/is-caddy-free">Is Caddy free?</a> explains
62+
the donation and sponsorships model that Caddy uses to continue development
63+
on the server. The gist is that the server is free to clone, download and
64+
use. Sponsors and optional donations are currently used to fund ongoing
65+
development.</p>
66+
</li>
6067
</ul>
6168
<h3>Continue learning about web servers or move to a new topic?</h3>
6269
<div class="row">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-18T13:45:15Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-19T08:47:13Z</updated></feed>

source/content/pages/07-web-app-deployment/23-caddy.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ the [proxy directive](https://caddyserver.com/docs/proxy).
3434
is a quick synopsis on installing Caddy along with a short example
3535
configuration file.
3636

37+
* [Is Caddy free?](https://caddyserver.com/blog/is-caddy-free) explains
38+
the donation and sponsorships model that Caddy uses to continue development
39+
on the server. The gist is that the server is free to clone, download and
40+
use. Sponsors and optional donations are currently used to fund ongoing
41+
development.

0 commit comments

Comments
 (0)