• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Spring

  1. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    With Docker Compose it works. Recommended is then to use the INCLUDE-function of the redis.conf-file (Redis configuration file example) to provide through this way your editable configuration-file (local.conf). (Redis always uses the last processed line as value of a configuration directive.)...
  2. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    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"?
  3. S

    Question Accessing Redis from local cli

    start redis-cli (for Redis running as docker container) with: docker exec -it containername redis-cli (as containername, use the value you entered in the Plesk-Interface while settingup the docker-container)
  4. S

    Question Redis in docker act as a not persisted cache

    I'm also interested in this topic. I only want to use the RAM (but not the disk). The default-setting of Redis is the snapshotting, where the RAM is written on the disk: Redis persistence But through the redis.conf (redis/redis.conf at unstable · redis/redis), it is possible to deactivate that...
Back
Top