Browse Source

Merge remote-tracking branch 'origin/dev'

andre.peters 7 years ago
parent
commit
8917c1b3bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/phpfpm/php-fpm.d/www.conf

+ 1 - 1
data/conf/phpfpm/php-fpm.d/www.conf

@@ -5,7 +5,7 @@ pm = ondemand
 pm.max_children = 20
 pm.max_children = 20
 pm.process_idle_timeout = 20s
 pm.process_idle_timeout = 20s
 pm.max_requests = 800
 pm.max_requests = 800
-listen = [::]:9001
+listen = [::]:9000
 access.log = /proc/self/fd/2
 access.log = /proc/self/fd/2
 clear_env = no
 clear_env = no
 catch_workers_output = yes
 catch_workers_output = yes