WordPress

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 87 07 Mar 2024
Ubuntu 22.04
latest/edge 95 26 Apr 2024
Ubuntu 22.04
juju deploy wordpress-k8s --channel edge
Show information

Platform:

How to enable antispam (Akismet)

Enabling anti spam filter can be easily done by just supplying wp_plugin_akismet_key to the configurations.

To register for Akismet, please visit Akismet official webpage and follow the instructions. After obtaining the Akismet API key, you can now run the following command to enable Akismet plugin.

juju config wordpress-k8s wp_plugin_akismet_key=<akismet-api-key>

The Akismet plugin should automatically be active after running the configuration.


Help improve this document in the forum (guidelines). Last updated 9 months ago.