Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
php
Commits
b731e265
Commit
b731e265
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Improve installation and configuration after some experience with the framework
parent
090ebcf9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/php.yml
+1
-1
1 addition, 1 deletion
tasks/php.yml
templates/php_pool.conf
+2
-2
2 additions, 2 deletions
templates/php_pool.conf
with
3 additions
and
3 deletions
tasks/php.yml
+
1
−
1
View file @
b731e265
...
...
@@ -159,7 +159,7 @@
owner
:
root
group
:
root
mode
:
0644
when
:
(php_version_main|default(7) == 7) and
(jailkit is not defined or not jailkit) and (
php_fpm
)
when
:
(php_version_main|default(7) == 7) and php_fpm
-
block
:
-
name
:
Set facts for PHP
7
...
...
This diff is collapsed.
Click to expand it.
templates/php_pool.conf
+
2
−
2
View file @
b731e265
[
www
]
[
default
]
user
=
www
-
data
group
=
www
-
data
;
chroot
= /
var
/
www
{{
apache_server_default_root
|
default
(
''
)}}
...
...
@@ -6,7 +6,7 @@ chdir = /
{%
if
php_fpm_socket
%}
listen
= /
var
/
run
/
php
{{
php_version_main
}}-
fpm
.
sock
{%
else
%}
listen
=
127
.
0
.
0
.
1
:{{
php_fpm_port
|
default
(
9
000
) }}
listen
=
127
.
0
.
0
.
1
:{{
php_fpm_port
|
default
(
9
999
) }}
{%
endif
%}
;
Process
manager
...
...
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