mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-06 19:05:20 +08:00
Merge pull request #4769 from nextcloud/enh/noid/increase-default_socket_timeout
nextcloud: increase the default_socket_timeout
This commit is contained in:
commit
6f52c02bb9
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ RUN set -ex; \
|
|||
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
|
||||
echo 'max_execution_time=${PHP_MAX_TIME}'; \
|
||||
echo 'max_input_time=${PHP_MAX_TIME}'; \
|
||||
echo 'default_socket_timeout=600'; \
|
||||
} > /usr/local/etc/php/conf.d/nextcloud.ini; \
|
||||
\
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue