@@ -77,7 +77,7 @@ To make use of Horizontal autoscaling, Varnish should be enabled and configured
7777You can check if Varnish is enabled on your Hypernode by running
7878
7979``` console
80- app@abcdef-hnclusterweb1 -magweb-tbbm :~ $ hypernode-systemctl settings varnish_enabled
80+ app@abcdef-example -magweb-cmbl :~ $ hypernode-systemctl settings varnish_enabled
8181varnish_enabled is set to value True
8282```
8383
@@ -102,7 +102,7 @@ acl purge {
102102The configured MySQL version should be 5.7 or above. You can check the enabled MySQL version by running the following command.
103103
104104``` console
105- app@abcdef-hnclusterweb1 -magweb-tbbm :~ $ hypernode-systemctl settings mysql_version
105+ app@abcdef-example -magweb-cmbl :~ $ hypernode-systemctl settings mysql_version
106106mysql_version is set to value 8.0
107107```
108108
@@ -149,14 +149,14 @@ The persistent instance will be used to store the sessions so we can access the
149149You can check if Redis Persistent is enabled on your Hypernode by running
150150
151151``` console
152- app@abcdef-hnclusterweb1 -magweb-tbbm :~ $ hypernode-systemctl settings redis_persistent_instance
152+ app@abcdef-example -magweb-cmbl :~ $ hypernode-systemctl settings redis_persistent_instance
153153redis_persistent_instance is set to value True
154154```
155155
156156If Redis Persistent instance is not enabled, you can enable the second Redis instance for sessions you run the command:
157157
158158``` console
159- app@abcdef-hnclusterweb1 -magweb-tbbm :~ $ hypernode-systemctl settings redis_persistent_instance True
159+ app@abcdef-example -magweb-cmbl :~ $ hypernode-systemctl settings redis_persistent_instance True
160160```
161161
162162Make sure Redis session is configured as [ described] ( ../../ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md#configure-magento-2-to-use-redis-as-the-session-store ) in our docs
0 commit comments