From 232d2dafdb96c7110eef2434f826b45dffbeb32a Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 30 Dec 2024 00:00:51 +0700 Subject: [PATCH] Update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34a492e..b949ecd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ LEMPer stands for Linux, Engine-X (Nginx), MariaDB and PHP installer written in * Supported PHP Framework and CMS: * Vanilla PHP: default, * Framework: codeigniter, laravel, lumen, phalcon, symfony, - * CMS: drupal, mautic, roundcube, sendy, wordpress, wordpress-ms (multi-site), and + * Content Management: drupal, wordpress, wordpress-ms (multi-site), + * Web Application: mautic, owncloud, roundcube, sendy, and * more coming soon. * PHP Zend OPcache. * PHP Loader, ionCube & SourceGuardian. @@ -115,19 +116,19 @@ lemper-cli site add --help Example, enable SSL ```bash -sudo lemper-cli manage --enable-ssl example.test +sudo lemper-cli site mod --enable-ssl example.test ``` Example, enable FastCGI cache ```bash -sudo lemper-cli manage --enable-fastcgi-cache example.test +sudo lemper-cli site mod --enable-fastcgi-cache example.test ``` For more info ```bash -sudo lemper-cli manage --help +sudo lemper-cli site mod --help ``` ##### for more help @@ -136,7 +137,7 @@ sudo lemper-cli manage --help sudo lemper-cli help ``` -Note: LEMPer CLI automagically add a new PHP-FPM user's pool configuration if it doesn't exists. You must add the user account first. +Note: LEMPer CLI automagically create new PHP-FPM user's pool configuration if it doesn't exists. You must add the user account first. ### Web-based Administration