Compare commits

...

5 Commits
0.28 ... 0.30

Author SHA1 Message Date
cytopia
3a901f1699 Merge pull request #42 from devilbox/rsync
Adding rsync as a standard tool to all container
2018-08-08 08:25:43 +02:00
cytopia
e4c9e70957 Generate Dockerfiles 2018-08-08 00:14:28 +02:00
cytopia
619af1207d Adding tool: rsync 2018-08-08 00:13:14 +02:00
cytopia
ff6afb7296 Merge pull request #41 from devilbox/release-0.29
Fix default listen.backlog value
2018-08-04 20:07:14 +02:00
cytopia
8a4736f1e4 Fix default listen.backlog value 2018-08-04 16:55:11 +02:00
29 changed files with 29 additions and 19 deletions

View File

@@ -40,7 +40,7 @@
<value name="listen_options">
Set listen(2) backlog
<value name="backlog">128</value>
<value name="backlog">1024</value>
Set permissions for unix socket, if one used.
In Linux read/write permissions must be set in order to allow connections from web server.
Many BSD-derrived systems allow connections regardless of permissions.

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -83,6 +83,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

View File

@@ -40,7 +40,7 @@
<value name="listen_options">
Set listen(2) backlog
<value name="backlog">128</value>
<value name="backlog">1024</value>
Set permissions for unix socket, if one used.
In Linux read/write permissions must be set in order to allow connections from web server.
Many BSD-derrived systems allow connections regardless of permissions.

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################

View File

@@ -98,6 +98,7 @@ RUN set -x \
python-pip \
python-wheel \
redis-tools \
rsync \
rubygems \
ruby-dev \
shellcheck \

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