Compare commits

..

1 Commits

Author SHA1 Message Date
9a3e3e9ca7 !LOCAL Add tuned php-fpm config for increasing process count 2025-05-01 14:19:44 -04:00
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
REPOSITORY_PROXY = dev.enpaul.net/skylab/nxcloud-proxy
REPOSITORY_SERVER = dev.enpaul.net/skylab/nxcloud-server
REPOSITORY_PROXY = vcs.enp.one/skylab/nxcloud-proxy
REPOSITORY_SERVER = vcs.enp.one/skylab/nxcloud-server
.PHONY: help docs

View File

@@ -63,7 +63,7 @@ RUN install-php-extensions \
COPY ./php.ini-production /usr/local/etc/php/php.ini
# Copy optimized php-fpm.ini
COPY ./php-fpm.ini /usr/local/etc/php-fpm.d/zz-pm-tuning.conf
COPY ./php-fpm.ini /usr/local/etc/php/php-fpm.d/zz-pm-tuning.ini
# Set the working directory
WORKDIR /var/www/html

View File

@@ -3,4 +3,3 @@ pm.max_children = 800
pm.start_servers = 200
pm.min_spare_servers = 200
pm.max_spare_servers = 600
rlimit_files = 4096