Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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 !!
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...
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...
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...