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

Recent content by strelok

  1. S

    Issue I can not migrate to another server

    I have not been able to solve this error yet. Do you know who could help me?
  2. S

    Issue I can not migrate to another server

    If you find any solution, please send me the link. I do not know how to solve this problem.
  3. S

    Issue I can not migrate to another server

    Thank you very much for your answer. I seen that the files system in the shared hard disc is "nfs". So, I understand that the source server does NOT use this shared disk (nfs), but the destination server does use it to save the backups. Can you help me please?
  4. S

    Issue I can not migrate to another server

    Plesk version (source server): 17.8.11 Update #40 Version of plesk (destination server): 17.8.11 Update #40 1- Using normal migration, I tried to move several sites. After a wait of more than 30 minutes, Plesk showed me an error message. (I do not have this error message, but it is the same as...
  5. S

    Question How to activate nginx cache from plesk correctly

    I have managed to solve the problem. IT SHOULD BE IN THE PLESK DOCUMENTATION. I was a week to place the cache .. proxy_ignore_headers "Set-Cookie"; proxy_hide_header "Set-Cookie";
  6. S

    Question How to activate nginx cache from plesk correctly

    The "x-cache-status" is not displayed. In order to show that value I need to add: add_header X-NG-Cache-Status $upstream_cache_status; The problem is that when I add that line, both appear: x-cache-status and x-ng-cache-status. The value that always appears is "MISS". I will leave...
  7. S

    Question How to activate nginx cache from plesk correctly

    I already tried it without cookies in Google Chrome. The result is the same. I do not know what to try anymore.
  8. S

    Question How to activate nginx cache from plesk correctly

    In the "Additional nginx directives" section, I have added what you asked for. location ~* \.(htm|html)$ { expires 14d; access_log off; add_header Cache-Control "public"; } proxy_ignore_headers Expires Cache-Control; Now I do not see the "cache status". no caché.png
  9. S

    Question How to activate nginx cache from plesk correctly

    @trialotto Thank you very much for your answer. Below I detail what I did. 1- I have removed: add_header X-NG-Cache-Status $upstream_cache_status; 2- I have added: /wp-admin/ /xmlrpc.php /wp-(app|cron|login|register|mail).php (or: wp-.*.php) /feed/ index.php wp-comments-popup.php...
  10. S

    Question How to activate nginx cache from plesk correctly

    with respect to the list that you passed me. Adding the line: /wp-[a-zA-Z0-9-]+.php you do not think it includes all these lines? /wp-comments-popup.php /wp-links-opml.php /wp-locations.php /wp-.*.php /xmlrpc.php /wp-app.php /wp-login.php /wp-register.php /wp-mail.php /wp-admin/ Finally...
  11. S

    Question How to activate nginx cache from plesk correctly

    Hello, I would like clarify that I don't speak good english, but I will try. I have activated the Nginx cache from Plesk, and to know if it is working correctly I want it to return the "cache status". To achieve that I have added this line "add_header X-NG-Cache-Status $upstream_cache_status;"...
Back
Top