Fix default listen.backlog value

This commit is contained in:
cytopia
2018-08-04 16:55:11 +02:00
parent c246645ed8
commit 8a4736f1e4
19 changed files with 19 additions and 19 deletions

View File

@@ -96,7 +96,7 @@ php_settings_fpm:
# Network
listen: 9000
# Backlog
listen_backlog: 128
listen_backlog: 1024
# Logging
log_level: notice
error_log: /proc/self/fd/2