File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 37
37
38
38
DirectoryIndex index.php
39
39
40
- <IfModule mod_php5.c >
41
- ############################################
42
- ## adjust memory limit
43
-
44
- php_value memory_limit 756M
45
- php_value max_execution_time 18000
46
-
47
- ############################################
48
- ## disable automatic session start
49
- ## before autoload was initialized
50
-
51
- php_flag session.auto_start off
52
-
53
- ############################################
54
- ## enable resulting html compression
55
-
56
- #php_flag zlib.output_compression on
57
-
58
- ###########################################
59
- ## disable user agent verification to not break multiple image upload
60
-
61
- php_flag suhosin.session.cryptua off
62
- </IfModule >
63
40
<IfModule mod_php7.c >
64
41
############################################
65
42
## adjust memory limit
You can’t perform that action at this time.
0 commit comments