Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
9caaa5fd
Commit
9caaa5fd
authored
3 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Try setting a user in the php-fpm pool
parent
39cf9477
No related branches found
Branches containing commit
No related tags found
1 merge request
!55
Run a pre-prod test CI step
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
docker/conf/php/7.3/fpm/pool.d/www.conf
+1
-0
1 addition, 0 deletions
docker/conf/php/7.3/fpm/pool.d/www.conf
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
9caaa5fd
...
@@ -19,6 +19,7 @@ test:
...
@@ -19,6 +19,7 @@ test:
SITE_URL
:
"
http://noblogs:8080"
SITE_URL
:
"
http://noblogs:8080"
MYSQL_DATABASE
:
noblogstest
MYSQL_DATABASE
:
noblogstest
MYSQL_ROOT_PASSWORD
:
changeme
MYSQL_ROOT_PASSWORD
:
changeme
PHP_FPM_USER
:
www-data
script
:
script
:
-
apt -q update
-
apt -q update
-
env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install mariadb-client curl
-
env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install mariadb-client curl
...
...
This diff is collapsed.
Click to expand it.
docker/conf/php/7.3/fpm/pool.d/www.conf
+
1
−
0
View file @
9caaa5fd
[
www
]
[
www
]
user
= ${
PHP_FPM_USER
}
listen
= /
run
/
php
/
php7
.
3
-
fpm
.
sock
listen
= /
run
/
php
/
php7
.
3
-
fpm
.
sock
pm
=
dynamic
pm
=
dynamic
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment