Skip to content

Commit 37a163a

Browse files
Update avoid-php-fpm-reloading.md with FrankenPHP fix
Added a section on FrankenPHP force reload requirements and removed tip about default symlink resolution.
1 parent c13d3b5 commit 37a163a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/avoid-php-fpm-reloading.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ php_fastcgi * unix//run/php/php-fpm.sock {
5353
}
5454
```
5555

56-
:::tip
57-
FrankenPHP (which is based on Caddy) has `resolve_root_symlink` activated by default.
58-
:::
56+
## Fix for FrankenPHP
57+
58+
FrankenPHP currently require a force reload with:
59+
60+
```bash
61+
./frankenphp reload --force
62+
```
5963

6064
## Fix for Apache
6165

0 commit comments

Comments
 (0)