diff --git a/html/change.mail.attachment.size-it_IT.html b/html/change.mail.attachment.size-it_IT.html index 3789bcff..39cd309f 100644 --- a/html/change.mail.attachment.size-it_IT.html +++ b/html/change.mail.attachment.size-it_IT.html @@ -96,12 +96,12 @@ php_value post_max_size 100M

Riavviate il servizio di Apache o php-frm per accettare le modifiche fin qui applicate.

Modifica dimensione di upload in Nginx

Trovate, nel file di configurazione di Nginx, cher si trova a /etc/nginx/nginx.conf, la riga con client_max_body_sizee modificate il valore assegnato alle vostre specifiche esigenze.

-

``` -http { +

http {
     ...
     client_max_body_size 100m;
     ...
-}

All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.