Fabian
4913508ea6
Add Cache-Control "public,max-age=0,must-revalidate" to index.html in SPA example
...
Add the Cache-Control "public,max-age=0,must-revalidate" for index.html header to the SPA example.
In SPAs the index.html must be prevented from being cached, in the index.html the (hashed) javascript and css file are referenced (these can be cached becaused they get a new random suffix everytime they are built)
2024-10-11 10:14:15 -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
Francis Lavoie
6db3af5c32
Minor site address space/comma clarification
2024-10-09 21:30:05 -04:00
Francis Lavoie
0207444612
Add linux-loong64 to download page
2024-10-09 21:29:16 -04:00
Francis Lavoie
c43b2d482b
http.vars.trace_id placeholder
2024-10-09 20:32:39 -04:00
Francis Lavoie
58527b688a
Small tutorial adjustments
2024-10-09 20:21:12 -04:00
Francis Lavoie
ada450f47b
Further deprioritize on-demand rate limiting
2024-10-07 07:32:28 -04:00
Francis Lavoie
12e02d62b0
Update Authelia example
2024-10-06 11:23:18 -04:00
Francis Lavoie
5573a74116
Clarify it's for the command
2024-10-06 11:20:26 -04:00
Francis Lavoie
3ad009af91
Use headings for overrides for clarity
2024-10-06 11:17:55 -04:00
Francis Lavoie
ee6838dc40
Clarify env file
2024-10-06 11:13:33 -04:00
Mohammed Al Sahaf
56a1dd39e1
doc: remove docs of deprecated directives ( #415 )
2024-09-29 07:13:18 -04:00
Francis Lavoie
af347e9623
Finish documenting Caddy 2.8.0 features ( #419 )
2024-09-29 05:44:26 -04:00
Paul Paradise
6ac5539ef9
Typo corrections in concepts.md ( #418 )
2024-09-26 00:29:15 -04:00
Drake Talley
d5208b2b21
use backticks instead of nested quotes in template example ( #417 )
2024-09-24 13:19:24 -04:00
Francis Lavoie
a0b6cbfeb8
Complete and polish up namespaces
2024-09-23 04:25:30 -04:00
Francis Lavoie
d874f0d784
Add caddytls.OnDemandPermission namespace
2024-09-23 03:52:29 -04:00
Francis Lavoie
77debdef39
Minor whitespace fix
2024-09-23 03:30:46 -04:00
Francis Lavoie
147e4e2a0d
Fix DNS module namespace
2024-09-23 03:29:02 -04:00
Matthew Holt
4eaa500ee2
api: Etag is a header now
2024-09-06 07:07:59 -06:00
a
335e086ae0
develop: Implementing placeholders ( #409 )
...
* noot
* noot
* formatting
* links
* links
* better explained
* grammar
* grammar
* fix ref
* more explained
* noot
* noot
* Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* noot
* noot
* noot
* noot
* noot
* noot
* Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
---------
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-08-22 06:58:05 -06:00
cismous
5ab8f023cc
docs: Add forward_proxy_url parameter introduction ( #405 )
...
* Add forward_proxy_url parameter intro
https://github.com/caddyserver/caddy/pull/6114
* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
---------
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2024-08-19 10:19:12 -06:00
Amirhosein Azhdarnezhad
7b279d702c
Add a missing word ( #413 )
2024-08-18 11:43:12 +03:00
Matthew Holt
441f11e1c3
encode: Document zstd levels
2024-08-09 11:37:30 -06:00
vitsumoc
30f3b386e6
Fix spelling error on acme_server
page ( #412 )
2024-08-07 10:38:31 +03:00
Francis Lavoie
0917548c4f
Adjust header ? explanation to match behaviour
2024-07-25 19:18:22 -04:00
Francis Lavoie
abdb76f083
Add link-local IPv6 syntax to network addresses & reverse_proxy
2024-07-07 02:27:11 -04:00
Francis Lavoie
cf78bf0716
Revert "caddyfile: snippet block input documentation ( #400 )"
...
This reverts commit 41470c4e02
.
2024-06-29 12:40:10 -04:00
Pim
3381c0a0c9
Explain what is needed to delegate a subdomain to another zone ( #404 )
2024-06-29 12:28:33 -04:00
Lucas Mirloup
4d0affd68f
docs: remove outdated zstd browser support comment ( #403 )
2024-06-20 10:39:25 -06:00
a
41470c4e02
caddyfile: snippet block input documentation ( #400 )
...
* initial
* Update Caddyfile
* tabs
* add note to other page
2024-06-19 15:07:03 -06:00
fin444
b61e96de9c
reverse_proxy: add health_follow_redirects ( #401 )
2024-06-15 12:56:47 -04:00
Matthew Holt
50fb6784f2
Re-add Fathom on new pages ( fix #397 )
2024-06-08 19:24:07 -06:00
Simon Legner
ddfb116cfc
docs: use vars inside templates ( #396 )
...
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-06-05 18:29:31 -04:00
Francis Lavoie
ca9ce7b2b5
Updated for v2.8.0 ( #389 )
...
Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Co-authored-by: Nebez Briefkani <me@nebezb.com>
Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
2024-05-29 18:18:32 -04:00
Mohammed Al Sahaf
1a82466537
add nav link to the Profiling Caddy article ( #391 )
2024-05-13 10:12:55 +03:00
Jt Miclat
0b35d1a195
Fix broken link for otel env variables ( #388 )
2024-04-22 02:39:33 -04:00
Matthew Holt
a1e4e0b2ec
Fix link
2024-04-16 11:55:49 -06:00
Matthew Holt
596aabff9b
Update sponsors
...
Add gitea, redirect.pizza, bestkru
2024-04-16 11:03:20 -06:00
Monviech
3a8c2af76c
install: Add OPNsense installation method ( #386 )
2024-03-30 18:42:03 -06:00
Razvan Deaconescu
b420593b02
docs/install: Add Unikraft ( #383 )
...
Add information on running Caddy with Unikraft. Unikraft is an open
source unikernel development kit: https://unikraft.org/
Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
2024-03-29 12:32:47 -06:00
Git'Fellow
b89a6b6c8d
Fix simple typo ( #385 )
2024-03-28 03:57:49 -04:00
Peter Zhang
649bfce004
fix typo ( #382 )
2024-03-23 19:48:16 -06:00
Ryan Gleeson
dd88f9a14d
Update reverse_proxy.md ( #381 )
...
Fixed typo to Authelia's forwarded-headers page
2024-03-21 09:05:13 -06:00
June
c9db93aa56
fix keepalive_interval link at reverse_proxy ( #380 )
2024-03-20 23:25:20 -04:00
artiokh
73da176536
remove www part from transistor domain sponsor ( #379 )
...
this caused ERR_SSL_UNRECOGNIZED_NAME_ALERT
2024-03-19 10:07:18 -04:00
PhilippKolmann
71a6b74f21
Update acme_eab in options.md ( #378 )
2024-03-11 12:16:06 -04:00
Francis Lavoie
22301d6a81
Big Caddyfile docs update ( #374 )
2024-02-20 06:49:30 -05:00