File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
99 location ~ .php$ {
1010 fastcgi_pass 127.0.0.1:9001;
11- fastcgi_read_timeout 900 ;
11+ fastcgi_read_timeout 3610 ;
1212 fastcgi_split_path_info ^(.+\.php)(/.+)$;
1313 fastcgi_index index.php;
1414 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Original file line number Diff line number Diff line change 11[general]
22allow_url_fopen = Off
3- max_execution_time = 900
3+ max_execution_time = 3610
44memory_limit =256M
55opcache.enable =1
66opcache.fast_shutdown =1
Original file line number Diff line number Diff line change 44
55$ cfg ['AllowThirdPartyFraming ' ] = true ;
66$ cfg ['CheckConfigurationPermissions ' ] = false ;
7+ $ cfg ['ExecTimeLimit ' ] = 3600 ;
78$ cfg ['SaveDir ' ] = '' ;
89$ cfg ['TempDir ' ] = sys_get_temp_dir ();
910$ cfg ['UploadDir ' ] = '' ;
You can’t perform that action at this time.
0 commit comments