From 24889e7f8673caffcb65f44ad3771bedd88ddb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Sat, 6 Mar 2021 23:02:19 +0100 Subject: [PATCH] Fixed a typo --- guides/php_upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/php_upgrade.md b/guides/php_upgrade.md index 195f7cfc..d828a4f2 100644 --- a/guides/php_upgrade.md +++ b/guides/php_upgrade.md @@ -51,7 +51,7 @@ Run the commands below to disable PHP 7.4 and enable PHP 8.0 when serving reques PHP 7.4 change the value in the command below to reflect that. ``` bash -# Hint: a2dismod = a2_enable_module 🤯 +# Hint: a2enmod = a2_enable_module 🤯 a2enmod php8.0 # Hint: a2dismod = a2_disable_module 🤯