Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
9ca0aacb
Commit
9ca0aacb
authored
Mar 20, 2017
by
Florian Pritz
Browse files
php: Adapt php.ini for zabbix frontend
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
964e8bd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
9ca0aacb
...
...
@@ -23,7 +23,7 @@
mariadb_innodb_file_per_table
:
True
,
tags
:
[
"
mariadb"
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
]
}
-
{
role
:
uwsgi
,
tags
:
[
'
uwsgi'
]
}
-
{
role
:
php-fpm
,
php_extensions
:
[
'
curl'
,
'
gd'
,
'
iconv'
,
'
mysqli'
,
'
pdo_pgsql'
,
'
zip'
],
tags
:
[
"
php-fpm"
]
}
-
{
role
:
php-fpm
,
php_extensions
:
[
'
bcmath'
,
'
curl'
,
'
gd'
,
'
iconv'
,
'
mysqli'
,
'
pdo_pgsql'
,
'
pgsql'
,
'
sockets'
,
'
zip'
],
tags
:
[
"
php-fpm"
]
}
-
{
role
:
memcached
,
tags
:
[
'
memcached'
]
}
-
{
role
:
archweb
,
tags
:
[
"
archweb"
]
}
-
{
role
:
security_tracker
,
security_tracker_domain
:
"
security.archlinux.org"
,
security_tracker_dir
:
"
/srv/http/security-tracker"
,
tags
:
[
"
security_tracker"
]
}
...
...
roles/php-fpm/templates/php.ini.j2
View file @
9ca0aacb
...
...
@@ -380,7 +380,7 @@ expose_php = On
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 30
max_execution_time = 30
0
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
...
...
@@ -390,7 +390,7 @@ max_execution_time = 30
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time =
6
0
max_input_time =
30
0
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
...
...
@@ -668,7 +668,7 @@ auto_globals_jit = On
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size =
8
M
post_max_size =
16
M
; Automatically add files before PHP document.
; http://php.net/auto-prepend-file
...
...
@@ -899,6 +899,7 @@ cli_server.color = On
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone =
date.timezone = UTC
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment