File tree 4 files changed +2
-92
lines changed
4 files changed +2
-92
lines changed Original file line number Diff line number Diff line change 32
32
33
33
DirectoryIndex index.php
34
34
35
- <IfModule mod_php5.c >
36
-
37
- ############################################
38
- ## adjust memory limit
39
-
40
- php_value memory_limit 768M
41
- php_value max_execution_time 18000
42
-
43
- ############################################
44
- ## disable automatic session start
45
- ## before autoload was initialized
46
-
47
- php_flag session.auto_start off
48
-
49
- ############################################
50
- ## enable resulting html compression
51
-
52
- #php_flag zlib.output_compression on
53
-
54
- ###########################################
55
- ## disable user agent verification to not break multiple image upload
56
-
57
- php_flag suhosin.session.cryptua off
58
-
59
- </IfModule >
60
-
61
- <IfModule mod_php7.c >
62
-
63
35
############################################
64
36
## adjust memory limit
65
37
82
54
83
55
php_flag suhosin.session.cryptua off
84
56
85
- </IfModule >
86
-
87
57
<IfModule mod_security.c >
88
58
###########################################
89
59
## disable POST processing to not break multiple image upload
Original file line number Diff line number Diff line change 32
32
33
33
DirectoryIndex index.php
34
34
35
- <IfModule mod_php5.c>
36
-
37
- ############################################
38
- ## adjust memory limit
39
-
40
- php_value memory_limit 768M
41
- php_value max_execution_time 18000
42
-
43
- ############################################
44
- ## disable automatic session start
45
- ## before autoload was initialized
46
-
47
- php_flag session.auto_start off
48
-
49
- ############################################
50
- ## enable resulting html compression
51
-
52
- #php_flag zlib.output_compression on
53
-
54
- ###########################################
55
- ## disable user agent verification to not break multiple image upload
56
-
57
- php_flag suhosin.session.cryptua off
58
-
59
- </IfModule>
60
-
61
- <IfModule mod_php7.c>
62
-
63
35
############################################
64
36
## adjust memory limit
65
37
82
54
83
55
php_flag suhosin.session.cryptua off
84
56
85
- </IfModule>
86
-
87
57
<IfModule mod_security.c>
88
58
###########################################
89
59
## disable POST processing to not break multiple image upload
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ location ~ (index|get|static|report|404|503)\.php$ {
161
161
fastcgi_buffers 1024 4k;
162
162
163
163
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
164
- fastcgi_param PHP_VALUE "memory_limit=768M \n max_execution_time=600 ";
164
+ fastcgi_param PHP_VALUE "memory_limit=768M \n max_execution_time=18000 ";
165
165
fastcgi_read_timeout 600s;
166
166
fastcgi_connect_timeout 600s;
167
167
Original file line number Diff line number Diff line change 32
32
33
33
DirectoryIndex index.php
34
34
35
- <IfModule mod_php5.c >
36
-
37
35
############################################
38
36
## Adjust memory limit
39
37
40
- php_value memory_limit 256M
38
+ php_value memory_limit 768M
41
39
php_value max_execution_time 18000
42
40
43
41
############################################
56
54
57
55
php_flag suhosin.session.cryptua off
58
56
59
- </IfModule >
60
-
61
- <IfModule mod_php7.c >
62
-
63
- ############################################
64
- ## Adjust memory limit
65
-
66
- php_value memory_limit 256M
67
- php_value max_execution_time 18000
68
-
69
- ############################################
70
- ## Disable automatic session start
71
- ## before autoload was initialized
72
-
73
- php_flag session.auto_start off
74
-
75
- ############################################
76
- ## Enable resulting html compression
77
-
78
- #php_flag zlib.output_compression on
79
-
80
- ###########################################
81
- # Disable user agent verification to not break multiple image upload
82
-
83
- php_flag suhosin.session.cryptua off
84
-
85
- </IfModule >
86
-
87
57
<IfModule mod_security.c >
88
58
###########################################
89
59
# Disable POST processing to not break multiple image upload
You can’t perform that action at this time.
0 commit comments