Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
bb1bff37
Commit
bb1bff37
authored
Feb 14, 2018
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add PHP_max_file_uploads support
parent
f33a24b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
createbytask.int.sh
vz/azbyka/createbytask.int.sh
+5
-3
No files found.
vz/azbyka/createbytask.int.sh
View file @
bb1bff37
...
...
@@ -46,7 +46,7 @@ $VEIP $AUSER.site.azbyka.ru $AUSER
# Azbyka's hosts
192.168.3.188 memcached.azbyka
1
92.168.3.185
sphinx.azbyka
1
36.243.107.44
sphinx.azbyka
192.168.3.186 redis.azbyka
192.168.3.191 mysql.azbyka
192.168.3.191 mysql
...
...
@@ -117,8 +117,10 @@ tune_php7()
subst
"s|^post_max_size = .*|post_max_size =
$PHP_post_max_size
|"
$aphp
subst
"s|^upload_max_filesize = .*|upload_max_filesize =
$PHP_post_max_size
|"
$aphp
fi
PHP_max_file_uploads
=
200
subst
"s|^max_file_uploads = .*|max_file_uploads =
$PHP_max_file_uploads
|"
$aphp
[
-n
"
$PHP_max_file_uploads
"
]
&&
subst
"s|^max_file_uploads = .*|max_file_uploads =
$PHP_max_file_uploads
|"
$aphp
if
[
-n
"
$PHP_max_input_vars
"
]
;
then
subst
"s|^[; ]*max_input_vars = .*|max_input_vars =
$PHP_max_input_vars
|"
$aphp
fi
}
tune_apache2
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment