Skip to content

Commit

Permalink
Caddy update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Feb 9, 2024
1 parent c420763 commit a264dec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reverseProxies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,19 @@ include::etc/reverse_proxy_nginx_dns.conf[]

include::fragment-external-rest.adoc[]

[#caddy-dns]
=== Caddy - DNS Based

Caddy seems to work without any special configuration, so a simple `Caddyfile` works like this;

.Caddyfile
[source,nginx]
----
http://olivetin.example.com {
reverse_proxy * http://localhost:1337
}
----

[#caddy-path]
=== Caddy - Path based

Expand Down

0 comments on commit a264dec

Please sign in to comment.