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 5
5
Do **not** reload php-fpm. Some user requests could fail or not complete in the
6
6
process of reloading.
7
7
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
9
9
recipe, it's already configured the right way and no php-fpm reload is needed.
10
10
:::
11
11
40
40
41
41
desc ('Reloads the php-fpm service ' );
42
42
task ('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] ' );
44
44
run ('sudo systemctl reload {{php_fpm_service}} ' );
45
45
});
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require 'contrib/php-fpm.php';
15
15
::: caution
16
16
Do ** not** reload php-fpm. Some user requests could fail or not complete in the
17
17
process 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
19
19
recipe, it's already configured the right way and no php-fpm reload is needed.
20
20
:::
21
21
## Configuration
@@ -39,7 +39,7 @@ after('deploy', 'php-fpm:reload');
39
39
::: caution
40
40
Do ** not** reload php-fpm. Some user requests could fail or not complete in the
41
41
process 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
43
43
recipe, it's already configured the right way and no php-fpm reload is needed.
44
44
:::
45
45
## Configuration
You can’t perform that action at this time.
0 commit comments