• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

nginx cache

  1. Pascal_Netenvie

    Issue Nginx caching cause too much redirections

    Hi, In 3 days i had 2 down alerts from one of our monitoring system (24x7) on 2 sites on 2 different servers. Each time alert is there is too much redirections (301 to 302 to 301 etc ) between http and https. Problems was confirmed by www.redirect-checker.org (19 redirections). And each time the...
  2. M

    Resolved x-cache-status: BYPASS

    Hello: I hope some people can help me: Plesk Obsidian 18.0.36 Ubuntu 20.04.2 LTS Server: Apache + Nginx Intent to configure Nginx cache, but always have this answer: x-cache-status: BYPASS Thank you
  3. M

    Resolved Is there any tutorial, how to install and configur basic microcache in Plesk?

    As far as now, i did everything what was written in: The Benefits of Microcaching with NGINX - NGINX but my Server is still not caching anything. Also no files were written in the proxy_cache_path This are my configs: /etc/nginx/nginx.conf #user nginx; worker_processes auto; include...
  4. T

    Resolved Nginx proxy_cache_path

    I am trying to set up my Plesk Joomla website to reverse proxy some requests to a application server and would like to implement the cache. Is it possible to setup up the proxy cache for nginx. The directive proxy_cache_path nneeds to be set at the http context within the configuration file...
  5. B

    Issue Plesk 12.5 + NGINX Error

    We ran the following command: # /usr/local/psa/admin/sbin/nginxmng -e We now get the following error: /usr/local/psa/admin/sbin/nginxmng -e [2016-06-14 13:59:17] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx-config' '-t'] with exit code [1] Curl failed: Timeout was reached...
  6. X

    Enable Nginx fastcgi cache for all sites

    Hey guys, What would be the best way to set up nginx fastcgi cache for all sites? We have the fastcgi cache settings in nginx.conf below: fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:100m inactive=60m; fastcgi_cache_key "$scheme$request_method$host$request_uri"...
Back
Top