You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean the cache after changing the configuration values
106
+
Clean the cache after changing the configuration values:
107
107
108
108
```bash
109
109
bin/magento cache:clean config full_page
@@ -115,9 +115,9 @@ The MFTF does not support executing CLI commands if your web server points to `<
115
115
116
116
### Nginx settings {#nginx-settings}
117
117
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**.
118
+
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**.
119
119
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:
120
+
To be able to run Magento command line commands in tests, add the following location block to the Nginx configuration file in the Magento root directory:
0 commit comments