diff --git a/contrib/php-fpm.php b/contrib/php-fpm.php index da6899d94..cd4fd7d94 100644 --- a/contrib/php-fpm.php +++ b/contrib/php-fpm.php @@ -5,7 +5,7 @@ Do **not** reload php-fpm. Some user requests could fail or not complete in the process of reloading. -Instead, configure your server [properly](https://ï.at/avoid-php-fpm-reloading). If you're using Deployer's provision +Instead, configure your server [properly](avoid-php-fpm-reloading). If you're using Deployer's provision recipe, it's already configured the right way and no php-fpm reload is needed. ::: @@ -40,6 +40,6 @@ desc('Reloads the php-fpm service'); task('php-fpm:reload', function () { - warning('Avoid reloading php-fpm [ï.at/avoid-php-fpm-reloading]'); + warning('Avoid reloading php-fpm [deployer.org/docs/8.x/avoid-php-fpm-reloading]'); run('sudo systemctl reload {{php_fpm_service}}'); }); diff --git a/docs/contrib/php-fpm.md b/docs/contrib/php-fpm.md index 6630f6c6d..7f4c9f48b 100644 --- a/docs/contrib/php-fpm.md +++ b/docs/contrib/php-fpm.md @@ -15,7 +15,7 @@ require 'contrib/php-fpm.php'; :::caution Do **not** reload php-fpm. Some user requests could fail or not complete in the process of reloading. -Instead, configure your server [properly](https://ï.at/avoid-php-fpm-reloading). If you're using Deployer's provision +Instead, configure your server [properly](avoid-php-fpm-reloading). If you're using Deployer's provision recipe, it's already configured the right way and no php-fpm reload is needed. ::: ## Configuration @@ -39,7 +39,7 @@ after('deploy', 'php-fpm:reload'); :::caution Do **not** reload php-fpm. Some user requests could fail or not complete in the process of reloading. -Instead, configure your server [properly](https://ï.at/avoid-php-fpm-reloading). If you're using Deployer's provision +Instead, configure your server [properly](avoid-php-fpm-reloading). If you're using Deployer's provision recipe, it's already configured the right way and no php-fpm reload is needed. ::: ## Configuration