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.
Solved
Thank you so much abdi!
In nginx log (/var/log/nginx/error.log) I had the following error:
2013/12/13 08:35:43 [error] 15121#0: *5 client intended to send too large body: 169096153 bytes, client: xx.xx.x.xxx, server: mydomain.be, request: "POST /testup/upload_file.php HTTP/1.1"...
Thanks for your fast answer!
max_execution_time = 3600
max_input_type = 300
both in local and global php ini (/etc/php5/cgi/php.ini and /var/www/vhosts/system/mydomain.be/etc/php.ini
And the very strange thing is that I dont see anything related with errors on the upload in the log...
Hi,
Im new to the forum and to plesk!
I have a problem with file upload. I changed php.ini files in /etc/php5/cgi and user and php.ini to work with big files. I changed accordingly max_filesize, post_max_size, memory_limit.
Also changed suhosin memory_limit and some other stuffs. I cant get...