Fixed a typo

This commit is contained in:
Proxymiity ☆ 2021-03-06 23:02:19 +01:00 committed by GitHub
parent 8f1369f59a
commit 24889e7f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 🤯