Skip to content

Commit bb72be5

Browse files
committed
more suggestions added and /dev/null change to /usr/bin/chronic
1 parent 064ec4a commit bb72be5

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ myst:
99
& AVIF" Plugin on Hypernode
1010
---
1111

12-
<!-- source: https://support.hypernode.com/en/ecommerce/woocommerce/how-to-configure-converter-for-media-plugin-for-wordpress-woocommerce/ -->
13-
1412
# How to Configure Converter for Media – Optimize images Convert WebP & AVIF Plugin on Hypernode
1513

1614
For the WordPress/WooCommerce plugin [Converter for Media – Optimize images | Convert WebP & AVIF](https://nl.wordpress.org/plugins/webp-converter-for-media/), an adjustment is required in your Hypernode NGINX configuration. To make it easier for you, follow the instructions below to get the plugin working correctly on Hypernode.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ myst:
77
title: How to Set Up a Real Cron Job for WordPress/WooCommerce on Hypernode
88
---
99

10-
<!-- source: https://support.hypernode.com/en/ecommerce/woocommerce/how-to-set-up-a-cron-job-for-wordpress-woocommerce-on-hypernode/ -->
11-
1210
# How to set up a cron job for WordPress/WooCommerce on Hypernode
1311

1412
In this guide, we'll explain how to replace the default WordPress cron job with a cron job on your Hypernode server. This can be useful for low traffic sites, important tasks that need to be run at specific times, mitigating excessive DDoS attacks, or improving high page load times.
@@ -36,7 +34,7 @@ app@abcdef-example-magweb-cmbl ~ $ crontab -e
3634
Add the following line to your crontab file to set up a cron job that runs every minute:
3735

3836
```console
39-
* * * * * wget -q -O - 'https://yourdomain.hypernode.io/wp-cron.php?doing_wp_cron' >/dev/null 2>&1
37+
* * * * * /usr/bin/chronic wget -q -O - 'https://yourdomain.hypernode.io/wp-cron.php?doing_wp_cron'
4038
```
4139

4240
Replace `https://yourdomain.hypernode.io` with the actual URL of your WordPress site.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ myst:
77
title: How to Use Redis with WooCommerce and WordPress on Hypernode
88
---
99

10-
<!-- source: https://support.hypernode.com/en/ecommerce/woocommerce/how-to-use-redis-with-woocommerce-and-wordpress-on-hypernode/ -->
11-
1210
# How to Use Redis with WooCommerce and WordPress on Hypernode
1311

1412
Remote Dictionary Server (Redis) is an in-memory, persistent, key-value database known as a data structure server. Unlike similar servers, Redis can store and manipulate high-level data types such as lists, maps, sets, and sorted sets.

0 commit comments

Comments
 (0)