From 11acd1c58c183769930e32722314c2c6ff7f6a23 Mon Sep 17 00:00:00 2001 From: Eden Syoum Date: Fri, 1 Feb 2019 08:34:55 -0500 Subject: [PATCH] Fix typo in MariaDB step 2 --- .../lemp/lemp-stack-on-centos-7-with-fastcgi/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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