mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Fixed a typo
This commit is contained in:
parent
8f1369f59a
commit
24889e7f86
@ -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 🤯
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user