Skip to content

Commit 064ec4a

Browse files
committed
Change some things on suggestion
1 parent a7c8fe4 commit 064ec4a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/ecommerce-applications/woocommerce/how-to-configure-converter-for-media-plugin-for-wordpress-woocommerce.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ For the WordPress/WooCommerce plugin [Converter for Media – Optimize images |
2020
First, check if your VHOSTS has the correct type by running the following command:
2121

2222
```bash
23-
hmv --list
24-
23+
app@abcdef-example-magweb-cmbl ~ $ hmv --list
2524
```
2625

2726
Running this command will give you an output like this:
@@ -37,7 +36,7 @@ Running this command will give you an output like this:
3736
As you can see, the type is incorrect because it needs to be set to WordPress. To change this, use the following command:
3837

3938
```bash
40-
hmv --type wordpress --https test.hypernode.io
39+
app@abcdef-example-magweb-cmbl ~ $ hmv --type wordpress --https test.hypernode.io
4140
```
4241

4342
After running this command, your VHOSTS will be set to WordPress. Make sure to replace `test.hypernode.io` with your actual domain name.
@@ -77,7 +76,7 @@ Place the above configuration in `/data/web/server.media.conf.` Once you save th
7776
To test the configuration, you can use the following command:
7877

7978
```bash
80-
~ curl -IL -H "Accept: image/webp" https://test.hypernode.io/wp-content/upload/test.jpg
79+
$ curl -IL -H "Accept: image/webp" https://test.hypernode.io/wp-content/upload/test.jpg
8180

8281
HTTP/2 200
8382
server: nginx

docs/ecommerce-applications/woocommerce/how-to-set-up-a-cron-job-for-wordpress-woocommerce-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This code disables the default WordPress cron functionality, allowing you to set
3030
Next, set up a cron job on your Hypernode server. Log in to your server via SSH and open your crontab file with the following command:
3131

3232
```bash
33-
crontab -e
33+
app@abcdef-example-magweb-cmbl ~ $ crontab -e
3434
```
3535

3636
Add the following line to your crontab file to set up a cron job that runs every minute:

docs/ecommerce-applications/woocommerce/how-to-use-redis-with-woocommerce-and-wordpress-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Due to the complexity of the cache module in "W3 Total Cache" and the possibilit
2323

2424
## How to Install Redis Object Cache
2525

26-
Redis is already active on the server on port 6379.
26+
Redis is already active on the server on port `6379`.
2727

2828
Next, install the Redis Object Cache plugin via the WordPress Dashboard or using Composer. For detailed installation instructions, please refer to the standard installation procedure for WordPress plugins.
2929

0 commit comments

Comments
 (0)