Skip to content

Commit

Permalink
Merge pull request #6 from studio1gmbh/P23364-1465-PXM-1089-update-im…
Browse files Browse the repository at this point in the history
…ages

P23364-1465 / PXM-1089 Fix 3.3-0 Release
  • Loading branch information
jeykodev authored Oct 1, 2024
2 parents 0f72e17 + 5cb83de commit a7b0696
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ ENV OPCACHE_VALIDATE_TIMESTAMPS 1
ENV OPCACHE_CONSISTENCY_CHECKS 0

# fpm settings
ENV PHP_FPM_LISTEN 127.0.0.1:9000
ENV PHP_FPM_PM dynamic
ENV PHP_FPM_PM_MAX_CHILDREN 5
ENV PHP_FPM_PM_START_SERVERS 2
Expand Down
1 change: 0 additions & 1 deletion files/conf/php-fpm/php-fpm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
; File overwrites the original values with environment variables
[www]
listen = ${PHP_FPM_LISTEN}
pm = ${PHP_FPM_PM}
pm.max_children = ${PHP_FPM_PM_MAX_CHILDREN}
pm.start_servers = ${PHP_FPM_PM_START_SERVERS}
Expand Down

0 comments on commit a7b0696

Please sign in to comment.