Skip to content

Commit 8a92805

Browse files
Merge branch 'deployphp:master' into patch-1
2 parents 492821a + 8bebebd commit 8a92805

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/php-fpm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Do **not** reload php-fpm. Some user requests could fail or not complete in the
66
process 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
99
recipe, it's already configured the right way and no php-fpm reload is needed.
1010
:::
1111
@@ -40,6 +40,6 @@
4040

4141
desc('Reloads the php-fpm service');
4242
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]');
4444
run('sudo systemctl reload {{php_fpm_service}}');
4545
});

docs/contrib/php-fpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require 'contrib/php-fpm.php';
1515
:::caution
1616
Do **not** reload php-fpm. Some user requests could fail or not complete in the
1717
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
1919
recipe, 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
4040
Do **not** reload php-fpm. Some user requests could fail or not complete in the
4141
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
4343
recipe, it's already configured the right way and no php-fpm reload is needed.
4444
:::
4545
## Configuration

0 commit comments

Comments
 (0)