• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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