Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
dbebaba8
Commit
dbebaba8
authored
Jul 26, 2017
by
dofl
Committed by
Joshua Tauberer
Aug 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch PHP's process manager to on demand
merges #1216
parent
cb765dfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+1
-1
web.sh
setup/web.sh
+4
-0
No files found.
CHANGELOG.md
View file @
dbebaba8
...
@@ -6,7 +6,7 @@ In Development
...
@@ -6,7 +6,7 @@ In Development
System:
System:
*
Install PHP7 via a PPA.
*
Install PHP7 via a PPA.
Switch to the on-demand process manager.
Mail:
Mail:
...
...
setup/web.sh
View file @
dbebaba8
...
@@ -51,6 +51,10 @@ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
...
@@ -51,6 +51,10 @@ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
tools/editconf.py /etc/php/7.0/fpm/php.ini
-c
';'
\
tools/editconf.py /etc/php/7.0/fpm/php.ini
-c
';'
\
default_charset
=
"UTF-8"
default_charset
=
"UTF-8"
# Switch from the dynamic process manager to the ondemand manager see #1216
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf
-c
';'
\
pm
=
ondemand
# Bump up PHP's max_children to support more concurrent connections
# Bump up PHP's max_children to support more concurrent connections
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf
-c
';'
\
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf
-c
';'
\
pm.max_children
=
8
pm.max_children
=
8
...
...
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