Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.user.ini - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2379ea1982a6c4400c1ff3f427bfff8f580ad1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; This file is read and processed by the CGI/FastCGI SAPI
; PHP settings in .htaccess are only available to the PHP Apache module
; also see: http://php.net/manual/en/configuration.file.per-user.php

display_errors=Off
log_errors=On
;error_log=logs/errors.log

upload_max_filesize=5M
post_max_size=6M
memory_limit=64M

zlib.output_compression=Off
suhosin.session.encrypt=Off

;session.cookie_path=/
;session.hash_function=sha256
session.auto_start=Off
session.gc_maxlifetime=21600
session.gc_divisor=500
session.gc_probability=1