• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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