diff --git a/docs/web-servers/lemp/lemp-stack-on-centos-7-with-fastcgi/index.md b/docs/web-servers/lemp/lemp-stack-on-centos-7-with-fastcgi/index.md index 4f9e273a0ee..3e85a0455df 100644 --- a/docs/web-servers/lemp/lemp-stack-on-centos-7-with-fastcgi/index.md +++ b/docs/web-servers/lemp/lemp-stack-on-centos-7-with-fastcgi/index.md @@ -38,7 +38,7 @@ The LAMP stack (Linux, Apache, MariaDB, and PHP) is a popular server configurati sudo yum install mariadb-server php-mysql -2. Ensure NGINX is running and and enabled to start automatically on reboot: +2. Ensure MariaDB is running and and enabled to start automatically on reboot: sudo systemctl start mariadb sudo systemctl enable mariadb