• 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.

Search results

  1. Igor Borisov

    WP Toolkit - General Discussion

    Current version of Nginx caching was implemented with minimum functionality. Other functions will be added according to customers' feedback. Now you may add any cookies to exclusion list. I see you're telling about reverse behavior, it's not implemented yet.
  2. Igor Borisov

    WP Toolkit - General Discussion

    Yes, something like that but without having to create Nginx config manually of course. :) I can't tell exact time now. I believe we'll do it this year, but it's not a top priority.
  3. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    Plesk Nginx caching doesn't allow serving requests with cookies from cache by default, because cookies suggests interaction with server backend. However, you may add a list of "safe" cookie names to appropriate field if you're absolutely sure using someone's cached answer for request with these...
  4. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    I see response headers only. Could you please provide request headers for this bypassed request?
  5. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    "" means the same as 0 in this case. Empty string returns false in if expression.
  6. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    Shopping cart usually uses cookies. Requests with cookies are not served from cache by default.
  7. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    It shouldn't bypass proxy with these caching settings. Need more info. Could you please provide more info, for example your vhost Nginx config (in PM)? You're wrong. The main purpose of caching is always to reduce system load and increase responsibility by using upstream (and PHP) only once per...
  8. Igor Borisov

    WP Toolkit - General Discussion

    Not completely. Nginx caching may be faster, but WP caching plugins are more flexible and integrated to WordPress. In the current state, Nginx cache is intended to be used mainly as a simple short-term cache. But we're planning to improve it for support of HTTP PURGE method to make it possible...
  9. Igor Borisov

    Issue [17.5.3] Plesk for Linux patches, still a bloody disgrace

    Thank you for your feedback and sorry for making you wait an answer for a long time, As I've already said, we'll review Roundcube package to get rid of unnecessary restarts. Sorry for inconvenience, but please be patient, it could take some time. We're building our packages using unified build...
  10. Igor Borisov

    Question Using Nginx Fastcgi_cache with Nginx as proxy?

    If you're using such cache for each new host, you may create custom template for new vhosts with cache definition.
  11. Igor Borisov

    Question Using Nginx Fastcgi_cache with Nginx as proxy?

    Proxy_cache doesn't require the separate cache location for each domain but this is desired behavoir. You may place cache path definition to the very beginning of virtual host file (before 'server' directive), it will be in http context (as on your example above) and define unique zone name and...
  12. Igor Borisov

    Question Using Nginx Fastcgi_cache with Nginx as proxy?

    You may use proxy_cache, it provides the same capabilities in proxy environment as fastcgi_cache in FPM.
  13. Igor Borisov

    Issue [17.5.3] Plesk for Linux patches, still a bloody disgrace

    Updates with security fixes and features: The update you’ve mentioned doesn’t have any new features (for reference, new features are marked by [+], not by , as per the Changelog legend), so we’re not entirely sure what exactly we keep doing. Are you talking about the small non-security...
Back
Top