Sponsor of the Day:
Jerkmate
https://caddy.community/t/namecheap-with-acme-dns-provider/18944
NameCheap with ACME-DNS Provider - Wiki - Caddy Community
If you’re using NameCheap for your DNS, you probably know already that NameCheap API is quite generous when it comes to access permissions. Generous not in a...
wiki caddy communitydns providernamecheapacme
https://caddy.community/t/example-configure-wordpress-with-a-static-cache/8215
Example: configure WordPress with a static cache - Wiki - Caddy Community
Introduction If you want to use Caddy 2 for a WordPress site and you are using a static cache that generates html file on the server, you can use a config to...
wiki caddy communityconfigure wordpressexamplestaticcache
https://caddy.community/t/my-color-log-configuration/14028
My color log configuration - Wiki - Caddy Community
I spent some time making a pretty colored log format that maybe you might like to use as well. This uses the transform encoder plugin: Place this in your...
wiki caddy communitycolorlogconfiguration
https://caddy.community/t/making-sense-of-auto-https-and-why-disabling-it-still-serves-https-instead-of-http/9761
Making sense of `auto_https` and why disabling it still serves HTTPS instead of HTTP - Wiki - Caddy...
When your site addresses adhere to the requirements for automatic HTTPS activation, Caddy implicitly listens on the HTTPS port (default 443). Automatic HTTPS...
making senseauto httpsstill serveswiki caddydisabling
https://caddy.community/t/example-tp-link-omada-controller/11857
Example: TP-Link Omada Controller - Wiki - Caddy Community
I spent some time today building a Caddyfile example for TP-Link Omada Controller software. Decided to share (and so fellow Googlers might save themselves some...
wiki caddy communityexampletpomadacontroller
https://caddy.community/t/variables-in-caddyfile/15685
Variables in Caddyfile - Wiki - Caddy Community
Variables in the Caddyfile Caddy is a super webserver that has many useful features. Caddy can enable very very powerful scenarios and many of them are...
caddyfile wiki caddyvariablescommunity
https://caddy.community/t/example-cockpit/8283
Example: Cockpit - Wiki - Caddy Community
Cockpit is a web interface for managing a server. It creates it’s own self signed certificate by default. Here is how to configure cockpit behind caddy to have...
wiki caddy communityexamplecockpit
https://caddy.community/t/file-server-basics/8843
File_server basics - Wiki - Caddy Community
This Wiki is tailored to the “new guy” that doesn’t have any/much experience with file serving, or maybe you’re new to using a server all together. These are...
wiki caddy communityfile serverbasics
https://caddy.community/t/the-subfolder-problem-or-why-cant-i-reverse-proxy-my-app-into-a-subfolder/8575
The "subfolder problem", OR, "why can't I reverse proxy my app into a subfolder?" - Wiki - Caddy...
Have you ever tried to reverse proxy an app into its own little subfolder of your domain name? Makes things neat, doesn’t it? Using example.com/foo/ for one...
reverse proxywiki caddysubfolderproblemapp
https://caddy.community/t/composing-in-the-caddyfile/8291
Composing in the Caddyfile - Wiki - Caddy Community
Web server config files are mostly about expressing HTTP handling logic. Often, various handlers or middlewares need to be “composed” to form a cohesive HTTP...
caddyfile wiki caddycomposingcommunity
https://caddy.community/search?q=%23wiki%20
Search results for '#wiki ' - Caddy Community
Discussion about Caddy and the modern Web
wiki caddy communitysearch results
https://caddy.community/t/so-you-want-to-write-a-caddyfile/8205
So You Want to Write a Caddyfile - Wiki - Caddy Community
Say you’re an aspiring blogger. You would like to conquer the World of blogging with you new blog. You prefer your blog to be self-hosted so you can maintain,...
caddyfile wiki caddywantwritecommunity
https://caddy.community/t/using-zerossls-acme-endpoint/9406
Using ZeroSSL's ACME endpoint - Wiki - Caddy Community
ZeroSSL is an ACME-compatible certificate authority alternative to Let’s Encrypt. ZeroSSL’s ACME endpoint is already compatible with Caddy because it...
wiki caddy communityusingzerosslacmeendpoint
https://caddy.community/t/example-mtls-with-basic-auth-fallback/9249
Example: mTLS with Basic Auth fallback - Wiki - Caddy Community
This is a config created according to the post here that allows for basic auth to be used as a fallback when an mTLS client cert is not presented. # This...
wiki caddy communitybasic authexamplemtlsfallback
https://caddy.community/t/example-wordpress/7888
Example: WordPress - Wiki - Caddy Community
First, make sure WordPress is set up and running with php-fpm. A minimal Caddyfile config is: example.com { root * /var/www/wordpress encode gzip php_fastcgi...
wiki caddy communityexamplewordpress
https://caddy.community/t/how-to-use-dns-provider-modules-in-caddy-2/8148
How to use DNS provider modules in Caddy 2 - Wiki - Caddy Community
Caddy 2 uses a new and improved DNS provider interface for solving the ACME DNS challenge. All you have to do is plug the service provider(s) you need into...
dns providercaddy 2wiki communityusemodules
https://caddy.community/t/separation-of-duty-with-caddy-remote-administration/24684
Separation of Duty with Caddy Remote Administration - Wiki - Caddy Community
Assuming your organization has two different teams who are responsible for two different subdomains besides the main domain name, you would have a Caddyfile...
wiki communityseparationdutycaddyremote
https://caddy.community/t/serving-tens-of-thousands-of-domains-over-https-with-caddy/11179
Serving tens of thousands of domains over HTTPS with Caddy - Wiki - Caddy Community
This guide is a free sample of what is available exclusively for sponsors in my Expert Caddy series, where I help you master the ways of the Caddy web server....
caddy wiki communityservingtensthousandsdomains
https://caddy.community/t/using-caddy-to-give-wordpress-its-own-directory/13185
Using Caddy to give WordPress its own directory - Wiki - Caddy Community
A Caddy makeover of the WordPress support page Giving WordPress Its Own Directory It’s possible to have your website served from the webroot, but have...
using caddygive wordpressdirectory wikicommunity
https://caddy.community/t/rewrite-rule-to-caddy-2-for-gnuboard-5-4/9009
Rewrite rule to caddy 2 for Gnuboard 5.4 - Wiki - Caddy Community
I often use gnuboard which is used a lot in Korea. It is a situation where rewrite is required to make a long address short. Here are the rewrite rules for...
rewrite rulecaddy 25 4wiki community
https://caddy.community/t/running-caddy-with-wordpress-php-fpm-with-docker-compose/21526
Running Caddy with Wordpress (php-fpm) with docker compose - Wiki - Caddy Community
This is a “clone and go” docker stack where you can setup a Caddy instance and host a Wordpress site in a few minutes. Docker and compose files are separated...
wordpress phpdocker composewiki communityrunningcaddy
https://caddy.community/t/how-to-use-lets-encrypt-staging-endpoint-with-caddy/18514
How to use Let's Encrypt staging endpoint with Caddy - Wiki - Caddy Community
If you’re setting up your server for the first time or testing a new network or domain configuration and you are using Let’s Encrypt (one of Caddy’s default...
caddy wiki communityuse letstaging endpointencrypt
https://caddy.community/t/caddy-as-a-proxmox-reverse-proxy/20477
Caddy as a Proxmox Reverse Proxy - Wiki - Caddy Community
If you are: Running Proxmox Annoyed by having to address port 8006 in your browser’s URL bar to access the GUI Disinterested in doing all this NGINX...
reverse proxywiki communitycaddyproxmox
https://caddy.community/t/caddy-goaccess-log-file-analysis/9356
Caddy / GoAccess log file analysis - Wiki - Caddy Community
I really like GoAccess (https://goaccess.io/) as a tool for convenient and quick analysis of access logs . . . it shares a philosophy, if not its development...
log file analysiswiki communitycaddygoaccess
https://caddy.community/t/ssl-configuration-in-caddy/15535
SSL Configuration in Caddy - Wiki - Caddy Community
SSL Configuration in Caddy Caddy is inbuild with SSL configuration when we use the tls directive with the Caddyfile configuration. Default SSL Configuration...
caddy wiki communityssl configuration
https://caddy.community/t/goaccess-log-file-analysis-for-caddy/31246
GoAccess Log File Analysis for Caddy - Wiki - Caddy Community
This setup lets you analyze Caddy access logs with GoAccess and view real-time web stats via webstats.example.com, served directly by your Caddy server. It...
log file analysiscaddy wiki communitygoaccess
https://caddy.community/t/making-caddy-logs-more-readable/7565
Making Caddy logs more readable - Wiki - Caddy Community
Hello I open this thread to discuss strategies to use the JSON logs created by Caddy 2. Since I’m mostly using the command tail to consume the logs directly in...
wiki communitymakingcaddylogsreadable