File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55Do **not** reload php-fpm. Some user requests could fail or not complete in the
66process of reloading.
77
8- Instead, configure your server [properly](https://ï.at/ avoid-php-fpm-reloading). If you're using Deployer's provision
8+ Instead, configure your server [properly](avoid-php-fpm-reloading). If you're using Deployer's provision
99recipe, it's already configured the right way and no php-fpm reload is needed.
1010:::
1111
4040
4141desc ('Reloads the php-fpm service ' );
4242task ('php-fpm:reload ' , function () {
43- warning ('Avoid reloading php-fpm [ï.at /avoid-php-fpm-reloading] ' );
43+ warning ('Avoid reloading php-fpm [deployer.org/docs/8.x /avoid-php-fpm-reloading] ' );
4444 run ('sudo systemctl reload {{php_fpm_service}} ' );
4545});
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require 'contrib/php-fpm.php';
1515::: caution
1616Do ** not** reload php-fpm. Some user requests could fail or not complete in the
1717process of reloading.
18- Instead, configure your server [ properly] ( https://ï.at/ avoid-php-fpm-reloading) . If you're using Deployer's provision
18+ Instead, configure your server [ properly] ( avoid-php-fpm-reloading ) . If you're using Deployer's provision
1919recipe, it's already configured the right way and no php-fpm reload is needed.
2020:::
2121## Configuration
@@ -39,7 +39,7 @@ after('deploy', 'php-fpm:reload');
3939::: caution
4040Do ** not** reload php-fpm. Some user requests could fail or not complete in the
4141process of reloading.
42- Instead, configure your server [ properly] ( https://ï.at/ avoid-php-fpm-reloading) . If you're using Deployer's provision
42+ Instead, configure your server [ properly] ( avoid-php-fpm-reloading ) . If you're using Deployer's provision
4343recipe, it's already configured the right way and no php-fpm reload is needed.
4444:::
4545## Configuration
You can’t perform that action at this time.
0 commit comments