Mention restarting php-fpm service after updated php config file.

This commit is contained in:
Zhang Huangbin 2019-12-03 13:36:46 +08:00
parent 93d313e3dd
commit 2e1c62d1d6
2 changed files with 10 additions and 0 deletions

View File

@ -97,6 +97,11 @@ upload_max_filesize = 100M;
post_max_size = 100M;
```
Note:
* If you're running Nginx as web server, restarting php-fpm service is required.
* If you're running Apache as web server, restarting Apache service is required.
## Roundcube webmail
Roundcube uses its own setting `max_message_size` to limit message size, please

View File

@ -124,6 +124,11 @@ upload_max_filesize = 100M;
post_max_size = 100M;
</code></pre>
<p>Note:</p>
<ul>
<li>If you're running Nginx as web server, restarting php-fpm service is required.</li>
<li>If you're running Apache as web server, restarting Apache service is required.</li>
</ul>
<h2 id="roundcube-webmail">Roundcube webmail</h2>
<p>Roundcube uses its own setting <code>max_message_size</code> to limit message size, please
add or update this parameter in its config file:</p>