mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
nextcloud: increase the default_socket_timeout
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
813cfc2bf8
commit
0230e0134f
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ RUN set -ex; \
|
||||||
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
|
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
|
||||||
echo 'max_execution_time=${PHP_MAX_TIME}'; \
|
echo 'max_execution_time=${PHP_MAX_TIME}'; \
|
||||||
echo 'max_input_time=${PHP_MAX_TIME}'; \
|
echo 'max_input_time=${PHP_MAX_TIME}'; \
|
||||||
|
echo 'default_socket_timeout=600'; \
|
||||||
} > /usr/local/etc/php/conf.d/nextcloud.ini; \
|
} > /usr/local/etc/php/conf.d/nextcloud.ini; \
|
||||||
\
|
\
|
||||||
{ \
|
{ \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue