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.
I copied all strings to notepad and then copy from notepad to putty, and to notepad++ when I change nginxWebmailPartial.php, and than I upload nginxWebmailPartial.php to server by FTP, do /usr/local/psa/admin/sbin/httpdmng --reconfigure-all in putty and then update page with plesk, but I see...
I do first choise and then I see in Websites and Domains
New configuration files for the Apache web server were not created due to the errors in configuration templates: Template processing failed: file = /opt/psa/admin/conf/templates/default/nginxWebmail.php, error = Template_Exception...
I have
client_max_body_size 128m;
in /var/www/vhosts/system/MY-DOMAIN.COM/conf/nginx_ip_default.conf
What I must to do?
I want to have 2000m because I want to upload big files in my site (more than 200-300MB, perhaps 1GB and more)
And now I try to upload 170MB file and see in logs
"mod_fcgid...
I do cp /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini
I add nginxClientMaxBodySize = 2000m to /usr/local/psa/admin/conf/panel.ini
I do
plesk sbin httpdmng --reconfigure-all
and
service nginx restart
I add
to "Additional nginx directives"
client_max_body_size...
I don't have file /usr/local/psa/admin/conf/panel.ini, but I have file /usr/local/psa/admin/conf/panel.ini.sample. Must I create file /usr/local/psa/admin/conf/panel.ini ?
I add to "Additional nginx directives"
client_max_body_size 2000m;
plesk sbin httpdmng --reconfigure-domain my-domain-name
but I see
Invalid nginx configuration: nginx: [emerg] "client_max_body_size" directive is duplicate in /var/www/vhosts/system/my-domain-name/conf/vhost_nginx.conf:1...
When I try to add
client_max_body_size 2000m;
to "Additional nginx directives"
I see
Invalid nginx configuration: nginx: [emerg] "client_max_body_size" directive is duplicate in /var/www/vhosts/system/domain.ru/conf/vhost_nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed...
Hello, sorry for my English, I'm from Ukraine, I use plesk.
When I upload big files (for example, two files size 200 MB each), I see messege ERR_CONNECTION_ABORTED in Chrome. (progress show only 2% upload before error)
I use
memory_limit 512M
post_max_size 512M
upload_max_filesize 512M...