Fixed more PHP-FPM paths.
This commit is contained in:
parent
33d12dd0a4
commit
612b4a6843
@ -12,7 +12,7 @@
|
||||
; Relative path can also be used. They will be prefixed by:
|
||||
; - the global prefix if it's been set (-p argument)
|
||||
; - /usr otherwise
|
||||
;include=/etc/php7/fpm/*.conf
|
||||
;include=/etc/php/7.3/fpm/*.conf
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
; Global Options ;
|
||||
@ -126,5 +126,5 @@ error_log = /var/log/php7-fpm.log
|
||||
|
||||
; To configure the pools it is recommended to have one .conf file per
|
||||
; pool in the following directory:
|
||||
include=/etc/php7/fpm/pool.d/*.conf
|
||||
include=/etc/php/7.3/fpm/pool.d/*.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user