software:nextcloud:installation
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:nextcloud:installation [2023/11/02 04:28] – created - external edit 127.0.0.1 | software:nextcloud:installation [2026/09/03 20:42] (current) – rodolico | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| - | |||
| - | |||
| - | |||
| - | |||
| <code bash> | <code bash> | ||
| Line 26: | Line 22: | ||
| </ | </ | ||
| - | joe /etc/php/7.??/apache2/php.ini | + | **Note**: The following rules need to be fixed in the existing system. On Debian, with their ' |
| + | |||
| + | For non-Debian based systems, you will need to manually edit the php.ini file, generally found in: | ||
| + | joe /etc/php/version/< | ||
| + | |||
| + | Note: sapi is a subdirectory for different uses of PHP like apache, cli, cgi, ... You can change only one but it will not be carried over, so if you modify under apache/, it will only affect the web browser, not the cli. | ||
| - | < | + | < |
| + | ; add this in the late-loading PHP override file for Nextcloud | ||
| + | ; add this in / | ||
| memory_limit = 512M | memory_limit = 512M | ||
| - | upload_max_filesize = 500M | + | upload_max_filesize = 512M |
| - | post_max_size = 500M | + | post_max_size = 512M |
| - | max_execution_time = 300 | + | max_execution_time = 3600 |
| - | date.timezone | + | max_input_time = 3600 |
| + | max_input_vars = 5000 | ||
| + | output_buffering = Off | ||
| + | opcache.enable = 1 | ||
| + | opcache.interned_strings_buffer = 16 | ||
| + | opcache.max_accelerated_files = 10000 | ||
| + | opcache.memory_consumption = 128 | ||
| + | opcache.save_comments = 1 | ||
| + | opcache.jit = 0 | ||
| </ | </ | ||
software/nextcloud/installation.1698899285.txt.gz · Last modified: by 127.0.0.1
