From 7f10b022ee048d9b2f34ecae440cadff5d63030d Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 4 Apr 2022 16:22:23 -0400 Subject: [PATCH] Removed incorrect warning. --- docs/getting-started.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ad6fa766a..ea2c1f774 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -113,10 +113,6 @@ bin/magento cache:clean config full_page If the Magento instance under test has the [Magento Two-Factor Authentication (2FA) extension][] installed and enabled, additional configurations is needed to run MFTF tests. Learn more in [Configure MFTF for Magento with Two-Factor Authentication (2FA)](./configure-2fa.md). -### Webserver configuration {#web-server-configuration} - -MFTF does not support executing CLI commands if your web server points to `/pub` directory as recommended in the [Installation Guide][Installation Guide docroot]. For MFTF to execute the CLI commands, the web server must point to the Magento root directory. - ### Nginx settings {#nginx-settings} If the Nginx Web server is used on your development environment, then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **General** > **Web** > **Search Engine Optimization** must be set to **Yes**.