mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Set php defaults to match nginx
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
8be7743ecf
commit
0e7b613aea
@ -70,10 +70,10 @@ RUN \
|
||||
} >> "/etc/php82/conf.d/00_opcache.ini" && \
|
||||
{ \
|
||||
echo 'memory_limit=512M'; \
|
||||
echo 'upload_max_filesize=16G'; \
|
||||
echo 'post_max_size=16G'; \
|
||||
echo 'max_input_time=3600'; \
|
||||
echo 'max_execution_time=3600'; \
|
||||
echo 'upload_max_filesize=512M'; \
|
||||
echo 'post_max_size=512M'; \
|
||||
echo 'max_input_time=300'; \
|
||||
echo 'max_execution_time=300'; \
|
||||
echo 'output_buffering=0'; \
|
||||
echo 'always_populate_raw_post_data=-1'; \
|
||||
} >> "/etc/php82/conf.d/nextcloud.ini" && \
|
||||
|
||||
@ -70,10 +70,10 @@ RUN \
|
||||
} >> "/etc/php82/conf.d/00_opcache.ini" && \
|
||||
{ \
|
||||
echo 'memory_limit=512M'; \
|
||||
echo 'upload_max_filesize=16G'; \
|
||||
echo 'post_max_size=16G'; \
|
||||
echo 'max_input_time=3600'; \
|
||||
echo 'max_execution_time=3600'; \
|
||||
echo 'upload_max_filesize=512M'; \
|
||||
echo 'post_max_size=512M'; \
|
||||
echo 'max_input_time=300'; \
|
||||
echo 'max_execution_time=300'; \
|
||||
echo 'output_buffering=0'; \
|
||||
echo 'always_populate_raw_post_data=-1'; \
|
||||
} >> "/etc/php82/conf.d/nextcloud.ini" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user