• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  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