Commit 888f3e0 1 parent 7c09abc commit 888f3e0 Copy full SHA for 888f3e0
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
sendfile on ;
25
25
#tcp_nopush on;
26
+ client_max_body_size 100M ;
26
27
27
28
keepalive_timeout 65 ;
28
29
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ max_input_time = 60
401
401
402
402
; Maximum amount of memory a script may consume (128MB)
403
403
; http://php.net/memory-limit
404
- memory_limit = 128M
404
+ memory_limit = 256M
405
405
406
406
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
407
407
; Error handling and logging ;
@@ -668,7 +668,7 @@ auto_globals_jit = On
668
668
; Its value may be 0 to disable the limit. It is ignored if POST data reading
669
669
; is disabled through enable_post_data_reading.
670
670
; http://php.net/post-max-size
671
- post_max_size = 8M
671
+ post_max_size = 100M
672
672
673
673
; Automatically add files before PHP document.
674
674
; http://php.net/auto-prepend-file
@@ -821,7 +821,7 @@ file_uploads = On
821
821
822
822
; Maximum allowed size for uploaded files.
823
823
; http://php.net/upload-max-filesize
824
- upload_max_filesize = 2M
824
+ upload_max_filesize = 50M
825
825
826
826
; Maximum number of files that can be uploaded via a single request
827
827
max_file_uploads = 20
@@ -1925,3 +1925,4 @@ ldap.max_links = -1
1925
1925
; xdebug.remote_port = 9000
1926
1926
; xdebug.remote_log = /var/log/php/xdebug.log
1927
1927
1928
+ GIONEE_ENV =develop
You can’t perform that action at this time.
0 commit comments