Skip to content

Commit

Permalink
Avoid php-fpm reloading in Apache (#3847)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyshot authored Jun 13, 2024
1 parent 42ccdc8 commit 9f88dd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/avoid-php-fpm-reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ php_fastcgi * unix//run/php/php-fpm.sock {
resolve_root_symlink
}
```

## Fix for Apache

Enable `revalidate_path` in `php.ini`:

```ini
opcache.revalidate_path=1
```

0 comments on commit 9f88dd9

Please sign in to comment.