mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
apply EGW_MEMORY_LIMIT to fpm/conf.d/www.conf, which has higher precedence then php.ini
This commit is contained in:
parent
f76af52e2b
commit
ed8fb28f8e
@ -17,10 +17,10 @@ test -n "$EGW_SESSION_TIMEOUT" && test "$EGW_SESSION_TIMEOUT" -ge 1440 && \
|
|||||||
sed -e "s/^;\?session.gc_maxlifetime.*/session.gc_maxlifetime=$EGW_SESSION_TIMEOUT/g" \
|
sed -e "s/^;\?session.gc_maxlifetime.*/session.gc_maxlifetime=$EGW_SESSION_TIMEOUT/g" \
|
||||||
-i /etc/php/$PHP_VERSION/fpm/php.ini
|
-i /etc/php/$PHP_VERSION/fpm/php.ini
|
||||||
|
|
||||||
# if EGW_MEMORY_LIMIT is set in environment, propagate value to php.ini
|
# if EGW_MEMORY_LIMIT is set in environment, propagate value to pool.d/www.conf, which has higher precedence then php.ini
|
||||||
test -n "$EGW_MEMORY_LIMIT" && \
|
test -n "$EGW_MEMORY_LIMIT" && \
|
||||||
sed -e "s/^;\?memory_limit.*/memory_limit=$EGW_MEMORY_LIMIT/g" \
|
sed -e "s/^;\?php_admin_value\[memory_limit\].*/php_admin_value[memory_limit]=$EGW_MEMORY_LIMIT/g" \
|
||||||
-i /etc/php/$PHP_VERSION/fpm/php.ini
|
-i /etc/php/$PHP_VERSION/fpm/pool.d/www.conf
|
||||||
|
|
||||||
# ToDo check version before copy
|
# ToDo check version before copy
|
||||||
rsync -a --delete /usr/share/egroupware-sources/ /usr/share/egroupware/
|
rsync -a --delete /usr/share/egroupware-sources/ /usr/share/egroupware/
|
||||||
|
Loading…
Reference in New Issue
Block a user