Skip to content

Commit bb1e732

Browse files
Configuration path altered and information added
1 parent 031b0a7 commit bb1e732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The MFTF does not support executing CLI commands if your web server points to `<
115115

116116
### Nginx settings {#nginx-settings}
117117

118-
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**.
118+
If 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**.
119119

120-
To be able to run Magento command line commands in tests add the following location block to Nginx configuration file:
120+
To be able to run Magento command line commands in tests add the following location block to Nginx configuration file in the Magento root directory:
121121

122122
```conf
123123
location ~* ^/dev/tests/acceptance/utils($|/) {

0 commit comments

Comments
 (0)