• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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