David Baynard
d6144aa57b
Merge 1e0cd2e32d
into 372116106f
2025-03-10 10:43:53 +00:00
David Baynard
1e0cd2e32d
docs: clarify Host header requirements wrt TLS
...
The previous documentation was clear on handling http->https proxying,
but not the other way round. They did not cover the case of proxying to
a unix socket, either. There are special considerations when proxying to
caddy in either of these cases, that should be mentioned.
2025-03-10 10:43:40 +00:00
David Baynard
07ac9dc70c
docs: clarify limitation around reverse_proxy
2025-03-10 10:43:40 +00:00
Matthew Holt
372116106f
tls: Document x25519mlkem768
2025-03-06 10:11:17 -07:00
Matthew Holt
d269f0c2fb
Document tls.ech.publishers namespace
2025-03-06 08:53:11 -07:00
Matthew Holt
62c9245243
Add docs for ECH (and global dns option)
2025-03-06 06:50:40 -07:00
Camerin Figueroa
6740472fab
Add metrics per_host documentation to caddy website. ( #455 )
...
* Update metrics.md
* Added per_host documentation to options.md
* Updated list of all options to include per_host metrics option
* Update metrics code block to reflect change
Per mohammed90
The metrics config is now moved outside of the servers option.
* Fixed indentation issue options.md
* Update src/docs/markdown/caddyfile/options.md
Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
* Update src/docs/markdown/metrics.md
Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
* Update src/docs/markdown/caddyfile/options.md
---------
Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2025-03-02 19:36:13 -05:00
Kévin Dunglas
470b984b0b
Simplify FrankenPHP config snippet ( #451 )
2025-02-28 15:14:08 -07:00
Matthew Holt
1646cd51c1
Quick attempt at making features page more printable
2025-02-28 12:58:53 -07:00
Mohammed Al Sahaf
d03f9e5e5c
caddyfile: fix typo in options docs ( #454 )
2025-02-23 09:08:09 -07:00
Matthew Holt
987dfb603f
Update testimonials
2025-02-04 15:21:30 -07:00
Matthew Holt
8349a0e227
matchers: Update websockets examples
...
To distinguish HTTP/1.1 and HTTP/2
2025-02-04 15:21:30 -07:00
David Ashby
f0a4b9516a
Update Caddyfile options documentation to correct metrics activation method ( #448 )
...
Closes #435 .
2025-01-12 00:31:27 -05:00
Alexis Lefebvre
5b1fa3c6ba
doc: fix typo ommited → omitted ( #447 )
2025-01-09 12:29:55 -05:00
Kévin Dunglas
ff1088fd1f
docs: encode short syntax ( #445 )
2025-01-09 11:49:50 -05:00
Kévin Dunglas
ef31c7646a
docs: precompressed short syntax ( #446 )
2025-01-09 11:49:12 -05:00
Kévin Dunglas
8c83f56f3f
Update php_fastcgi.md for Caddy 2.9 ( #443 )
2025-01-09 11:49:05 -05:00
Kévin Dunglas
7b80cfe08f
docs: first_exist_fallback try policy ( #444 )
2025-01-09 11:48:44 -05:00
Paulo Vieira
dbd9cc7948
Update import.md ( #441 )
2025-01-07 12:04:19 -07:00
Paulo Vieira
3900e91bee
Update import.md ( #440 )
...
See details here: https://github.com/caddyserver/caddy/pull/6130#issuecomment-2569999916
2025-01-06 10:16:14 -07:00
Yifan Yang
f3b6d18352
docs for PR caddyserver/caddy#6646 ( #429 )
...
Signed-off-by: YifanYang6 <yifanyang6@link.cuhk.edu.cn>
2025-01-03 19:30:58 -05:00
lollipopkit🏳️⚧️
72930c6df2
new: file_server.sort
( #407 )
2025-01-03 19:30:58 -05:00
schultzie
694fc5cbb0
docs: Add example for health_upstream ( #406 )
2025-01-03 19:30:57 -05:00
a
84c1a066a4
caddyfile: snippet block input documentation ( #400 )
...
* initial
* Update Caddyfile
* tabs
* add note to other page
2025-01-03 19:30:57 -05:00
Andreas Deininger
26f19b47ba
Fix typos ( #438 )
2025-01-03 11:46:16 -07:00
Andreas Deininger
54c0963ff8
Fix broken link ( #439 )
2025-01-03 11:28:37 -07:00
Dan Cecile
8d5d93b379
reverse_proxy: Describe using zero for weighted round robin ( #437 )
...
The old restriction is lifted now that https://github.com/caddyserver/caddy/pull/6681 is merged and released in 2.9.0
2025-01-02 20:40:21 -07:00
Jeremy Lin
f378fbf2fa
log: Add docs for mode
( #436 )
...
Ref: caddyserver/caddy#6314
2025-01-02 13:01:06 -07:00
Mohammed Al Sahaf
e4fcafc0b6
sort submodules lists ( #434 )
2025-01-01 09:39:20 -07:00
Matthew Holt
4b5588237e
Update HopeChannel sponsor image
2024-12-30 14:38:19 -07:00
Matthew Holt
1e413a803c
Restore Mercedes-Benz sponsor link
2024-12-30 10:48:24 -07:00
Matthew Holt
f718034c73
features: Fix typo; add ARI
2024-12-30 10:46:18 -07:00
Matthew Holt
e103271b83
Add HopeTV sponsor
2024-12-30 10:40:36 -07:00
Pedro Cunha
1325ce3cca
tls: Replace usage of deprecated field trusted_ca_cert_file
( #430 )
...
* tls: Replace usage of deprecated field `trusted_ca_cert_file`
* Remove default value
2024-12-16 09:50:11 +03:00
Francis Lavoie
9232ceb77e
Fix cache pattern
2024-11-08 16:35:48 -05:00
Matthew Holt
63dfe5529a
matchers: Clarify header matcher syntax
2024-10-30 14:07:56 -06:00
Matthew Holt
f2cb7fef46
tls: Update zerossl issuer docs
...
Updated for ZeroSSL API changes
2024-10-30 13:14:30 -06:00
Serban Teodorescu
e9db589e6b
Update forward_auth.md example ( #428 )
...
request_header doesn't seem to accept multiple headers at a time.
2024-10-28 10:32:25 -06:00
Francis Lavoie
59a848c26d
Clarify regexp matcher repetition
2024-10-21 21:22:18 -04:00
Francis Lavoie
1e1747b6cb
Improved placeholder docs
2024-10-21 21:08:20 -04:00
Francis Lavoie
65f627e6bf
Table margin adjustment to avoid reflow
2024-10-21 20:12:32 -04:00
Francis Lavoie
62ecf63350
Fix CSS syntax error
2024-10-21 19:44:52 -04:00
Francis Lavoie
56ed46f83f
Make overflowing tables scroll horizontally on mobile
2024-10-21 19:42:28 -04:00
Francis Lavoie
7a121ca58a
Code style for Go types
2024-10-16 11:34:49 -04:00
Francis Lavoie
54a590cc95
Fix UsagePool link
2024-10-16 11:32:41 -04:00
Steffen Busch
6e893573fe
Another example how to use log_append for reverse proxy upstream details ( #392 )
...
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-10-11 10:30:24 -04:00
Fabian
13367a80ce
Add Cache-Control "public,max-age=0,must-revalidate" to index.html in SPA Example ( #410 )
...
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-10-11 10:19:29 -04:00
x4e-jonas
4a71f732b2
Fix typo in reverse_proxy.md ( #422 )
2024-10-11 10:07:39 -04:00
Francis Lavoie
ba5256ee0b
CIDRs is a list
2024-10-11 10:06:15 -04:00
Mohammed Al Sahaf
ab3c2aecf4
expand the listener_wrapper
docs ( #425 )
...
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-10-11 10:04:19 -04:00