-
seems your parse handler in `setup.go` redundant with it assigned in the `caddyfile`.
It shall be assigned 4th rather than `path.ace`
-
Hello Caddy team,
I'm writing after spending about 15 minutes trying to decipher from the docs whether and how the `{http.request.cookie.*}` signature was actually available to me in a Caddyfile conf…
-
### Describe you feature request
Hi there,
I am trying to tweak the Caddyfile for Laravel Octane. What is the proper way to do it?
Here is what I have tried, but the server does not start. An…
-
Whould be nice if the setup section was fleshed out a bit
ptman updated
4 years ago
-
compile caddy with all addons listed on the [download page](https://caddyserver.com/download).
> Only middleware handlers which are invoked from the Caddyfile will be chained in, so small Caddyfiles …
-
Hi,
I am trying to create a reverse proxy for openldap server with TLS termination. For testing I am using self signed certificate generated by caddy.
My Caddyfile
```
{
layer4 {
127.0.0.…
-
tls self-signed no longer works.
-
Kia ora,
I used the setup as described in 5.1 and got the following error. Switching protocol to http:// as suggested seems to fix the issue
> Error: adapting config using caddyfile: parsing caddy…
-
Following #342, the layer4 plugin can be configured using `Caddyfile`.
I'm trying to get one of the examples working, but I'm not sure how to set the keys in the correct way.
Example `Caddyfile`…
-
Hello, i'm trying to exec a command but it doesn't give me any output about the execution.
I'd try `exec php -v` or `exec php artisan about` and the output is the same.
Executing these commands…