From 6d89e2fa5f349185d156601a9f48893fd4de89e4 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 11 May 2016 22:32:31 +0800 Subject: [PATCH] Fix typo. --- html/change.mail.attachment.size-it_IT.html | 6 +++--- it_IT/howto/1-change.mail.attachment.size.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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.