Skip to content

Commit 6cfdc49

Browse files
committed
#339 Add information about web server configuration
1 parent 7744977 commit 6cfdc49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ To enable the **Admin Account Sharing** setting, to avoid unpredictable logout d
8080
3. Set **Add Secret Key to URLs** to **No**.
8181
4. Click **Save Config**.
8282

83-
### Nginx settings {#nginx-settings}
83+
### Webserver configuration {#web-server-configuration}
84+
The MFTF doesn't support executing CLI commands if your web server points to `<MAGE_ROOT_DIR>/pub` directory as recommended in the [Installation Guide][Installation Guide docroot]. For the MFTF to execute the CLI commands, the web server must point to the Magento root directory.
85+
86+
#### Nginx settings {#nginx-settings}
8487

8588
If Nginx Web server is used on your development environment then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **Web** > **Search Engine Optimization** must be set to **Yes**.
8689

@@ -323,3 +326,4 @@ allure serve dev/tests/_output/allure-results/
323326
[Set up a standalone MFTF]: #set-up-a-standalone-mftf
324327
[test suite]: suite.html
325328
[Find your MFTF version]: introduction.html#find-your-mftf-version
329+
[Installation Guide docroot]: https://devdocs.magento.com/guides/v2.3/install-gde/tutorials/change-docroot-to-pub.html

0 commit comments

Comments
 (0)