• 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!
  • 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 Daniel123

  1. D

    How to redirect http to https?

    Just adding the following in the Additional nginx directives section did the trick for me if ($scheme !~* ^https ){ rewrite ^ https://$server_name$request_uri? permanent; } Thanks @UFHH01 !!
  2. D

    client intended to send too large body

    Removed any client_max_body_size entries from /etc/nginx/plesk.conf.d/vhosts/myserver.com.conf, restarted nginx and tried uploading a large file again. However the problem points now to a different component. From error_log: [Tue May 12 13:23:51 2015] [warn] [client 142.46.224.10] mod_fcgid...
  3. D

    client intended to send too large body

    Ok, so I already did that, followed the instructions as suggested. Restarted the nginx service, but when trying to add the client_max_body_size directive, I keep getting the same error: Invalid nginx configuration: nginx: [emerg] "client_max_body_size" directive is duplicate in...
  4. D

    client intended to send too large body

    Thank you for the reference. However, there's no panel.ini anywhere in my server, just a panel.ini.sample Thoughts?
  5. D

    client intended to send too large body

    Hello, I have been using Plesk for a while on my server, but this is the first time that I need to set up large files uploading for a client who requires to upload via a form files that are larger than 128MB (but less than 400). The issue I've been seeing is that whenever the user tries to...
Back
Top