mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 15:45:21 -04:00
Compare commits
No commits in common. "3f83cff55838ddffaff6c22959483575b4a0eeb1" and "2e9f21ccfd072fe7b0aab3537452be82b9816c5e" have entirely different histories.
3f83cff558
...
2e9f21ccfd
1 changed files with 1 additions and 7 deletions
|
|
@ -278,16 +278,10 @@ in
|
|||
# inherit calendar contacts cookbook maps notes tasks;
|
||||
#};
|
||||
#extraAppsEnable = true;
|
||||
fastcgiTimeout = 3600;
|
||||
home = "/orico/nextcloud";
|
||||
https = true;
|
||||
maxUploadSize = "100G"; # Increase the PHP maximum file upload size
|
||||
phpOptions = {
|
||||
"max_execution_time" = "3600";
|
||||
"max_input_time" = "3600";
|
||||
"opcache.interned_strings_buffer" = "16"; # Suggested by Nextcloud's health check.
|
||||
"upload_tmp_dir" = "/orico/nextcloud/php-upload-tmp";
|
||||
};
|
||||
phpOptions."opcache.interned_strings_buffer" = "16"; # Suggested by Nextcloud's health check.
|
||||
settings = {
|
||||
default_phone_region = "US";
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#enabledpreviewproviders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue