Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8fa7b9e2
Commit
8fa7b9e2
authored
Feb 05, 2020
by
Dominik Hebeler
Browse files
working configuration
parent
8ad8afcc
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8fa7b9e2
...
...
@@ -20,7 +20,7 @@ RUN sed -i 's/listen.owner = www-data/listen.owner = nginx/g' /etc/php/7.3/fpm/p
sed
-i
's/pm.max_children = 5/pm.max_children = 100/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/pm.start_servers = 2/pm.start_servers = 25/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/pm.min_spare_servers = 1/pm.min_spare_servers = 5/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/pm.max_spare_servers = 3/pm.max_spare_servers =
1
5/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/pm.max_spare_servers = 3/pm.max_spare_servers =
2
5/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/user = www-data/user = nginx/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/group = www-data/group = nginx/g'
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g'
/etc/php/7.3/fpm/php.ini
&&
\
...
...
Write
Preview
Supports
Markdown
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