mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
move php session location
This commit is contained in:
parent
eb01bac57e
commit
5b3faf6c24
@ -183,4 +183,4 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
|
||||
&& docker-php-ext-install ${PHP_EXT_LIST} \
|
||||
&& apk del ${BUILD_DEPS} \
|
||||
&& rm -rf /tmp/* /var/cache/apk/* /usr/src/* \
|
||||
&& mkdir -p /nginx/logs /nginx/run /php/php-fpm.d /php/logs /php/run
|
||||
&& mkdir -p /nginx/logs /nginx/run /php/php-fpm.d /php/logs /php/run /php/session
|
||||
|
@ -18,4 +18,4 @@ php_admin_value[max_execution_time] = 10800
|
||||
php_admin_value[max_input_time] = 3600
|
||||
php_admin_value[expose_php] = Off
|
||||
php_admin_value[memory_limit] = <MEMORY_LIMIT>
|
||||
php_admin_value[session.save_path] = "/data/session"
|
||||
php_admin_value[session.save_path] = "/php/session"
|
||||
|
Loading…
x
Reference in New Issue
Block a user