Skip to content

Commit 24c496a

Browse files
committed
new caddy resource
1 parent 99621f1 commit 24c496a

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8005,6 +8005,11 @@ <h3>General Caddy resources</h3>
80058005
configuration file.</p>
80068006
</li>
80078007
<li>
8008+
<p><a href="http://tobias.is/blog/test-http2-localhost-caddy-ssl/">HTTP 2.0 on localhost with Caddy</a>
8009+
shows how to use a self-signed certificate with Caddy to do local
8010+
development with an HTTP/2 web server.</p>
8011+
</li>
8012+
<li>
80088013
<p><a href="https://caddyserver.com/blog/is-caddy-free">Is Caddy free?</a> explains
80098014
the donation and sponsorships model that Caddy uses to continue development
80108015
on the server. The gist is that the server is free to clone, download and

caddy.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ <h3>General Caddy resources</h3>
5858
configuration file.</p>
5959
</li>
6060
<li>
61+
<p><a href="http://tobias.is/blog/test-http2-localhost-caddy-ssl/">HTTP 2.0 on localhost with Caddy</a>
62+
shows how to use a self-signed certificate with Caddy to do local
63+
development with an HTTP/2 web server.</p>
64+
</li>
65+
<li>
6166
<p><a href="https://caddyserver.com/blog/is-caddy-free">Is Caddy free?</a> explains
6267
the donation and sponsorships model that Caddy uses to continue development
6368
on the server. The gist is that the server is free to clone, download and

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-20T12:39:16Z</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-21T12:52:07Z</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,8 +34,13 @@ 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+
* [HTTP 2.0 on localhost with Caddy](http://tobias.is/blog/test-http2-localhost-caddy-ssl/)
38+
shows how to use a self-signed certificate with Caddy to do local
39+
development with an HTTP/2 web server.
40+
3741
* [Is Caddy free?](https://caddyserver.com/blog/is-caddy-free) explains
3842
the donation and sponsorships model that Caddy uses to continue development
3943
on the server. The gist is that the server is free to clone, download and
4044
use. Sponsors and optional donations are currently used to fund ongoing
4145
development.
46+

0 commit comments

Comments
 (0)