Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I installed Redis as docker-container (in Plesk Obsidian).
The Redis-doc says the following, when further configuration is needed:
How can I provide the file path for this redis.conf as "first argument while starting Redis"?
Hello, I have installed the Redis instance in Docker, but I want to edit the configuration so it only runs in RAM instead of disk. But I cannot find a configuration file for redis. Does anyone know how to configure that?
https://www.plesk.com/blog/guides/optimize-wordpress-redis-docker/
It's supposed to be bitnami/redis as in this article but it doesn't.
I can't install it as I can't find it as a separate image
Hello,
I have the Redis Object Cache Plugin installed on my website, connected via TCP to Redis Server is working fine. I try now to connect via Unix Socket, but get Connection Exception: Permission denied (RedisException).
Changed Redis to use Unix Socket
unixsocket...
Redis 6.0 has been released. I simply updated it with yum and Redis stopped working. Redis 6.0 adds new features such as TLC/SSL and ACL. It's probably a configuration issue with this.
How should I install redis 6.0 in the environment where Plesk is used?
Hello there...
Today i deploy a redis in docker, but when i start this msg appear to me:
# WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
I try set in rc.local and in sysctl.conf and reboot, but no work.
How to...
Hi at all,
I have installed ngx_pagespeed with Ubuntu 16 built-in redis on amazing PLESK.
Since I installed Redis and integrated it with pagespeed a new cache directory was created /var/cache/pagespeed under root:root (755). As I changed permissions to nginx:nginx (755) pagespeed created the...
Hi @ all
today I made the further configuration of ngx_pagespeed which is running successfully since a few weeks.
Today changed the configured to with Redis for Shared Memory Metadata Cache.
The directory /var/cache/pagespeed/ was successful created after applying
pagespeed...