mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-27 02:03:09 +01:00
Fixed PHP5 -> PHP7
This commit is contained in:
parent
1c814ad1f9
commit
dd5b3a6174
@ -12,7 +12,7 @@
|
|||||||
; Relative path can also be used. They will be prefixed by:
|
; Relative path can also be used. They will be prefixed by:
|
||||||
; - the global prefix if it's been set (-p argument)
|
; - the global prefix if it's been set (-p argument)
|
||||||
; - /usr otherwise
|
; - /usr otherwise
|
||||||
include = /etc/php7/fpm.d/*.conf
|
include = /etc/php7/php-fpm.d/*.conf
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;
|
||||||
; Global Options ;
|
; Global Options ;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
; Relative path can also be used. They will be prefixed by:
|
; Relative path can also be used. They will be prefixed by:
|
||||||
; - the global prefix if it's been set (-p argument)
|
; - the global prefix if it's been set (-p argument)
|
||||||
; - /usr otherwise
|
; - /usr otherwise
|
||||||
include = /etc/php7/fpm.d/*.conf
|
include = /etc/php7/php-fpm.d/*.conf
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;
|
||||||
; Global Options ;
|
; Global Options ;
|
||||||
|
Loading…
Reference in New Issue
Block a user