feat: detect when worker crashes or terminates normally (#315)

This commit is contained in:
Kévin Dunglas
2023-11-21 23:15:07 +01:00
committed by GitHub
parent 2e72b50d10
commit b4aa8038ff
4 changed files with 41 additions and 44 deletions

View File

@@ -75,7 +75,7 @@ You can now use the Go library and compile our Caddy build:
```console
curl -L https://github.com/dunglas/frankenphp/archive/refs/heads/main.tar.gz | tar x
cd frankenphp-main/caddy/frankenphp
CGO_CFLAGS=$(php-config --includes) go build
CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go build
```
### Using xcaddy