File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments