Skip to content

Commit

Permalink
Fix warning on startup that no ini files are found.
Browse files Browse the repository at this point in the history
  • Loading branch information
eXistenZNL committed Jun 7, 2024
1 parent 7f0d990 commit 6b0b23e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/php81/etc/php81/php-fpm.d/empty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; Here to prevent a warning that no config files could be found.
1 change: 1 addition & 0 deletions files/php82/etc/php82/php-fpm.d/empty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; Here to prevent a warning that no config files could be found.
1 change: 1 addition & 0 deletions files/php83/etc/php83/php-fpm.d/empty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; Here to prevent a warning that no config files could be found.

0 comments on commit 6b0b23e

Please sign in to comment.