Merge pull request #97 from zabbix/master

Master
This commit is contained in:
Alexey Pustovalov
2017-04-28 16:27:56 +03:00
committed by GitHub
25 changed files with 25 additions and 21 deletions

View File

@ -1,5 +1,5 @@
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>
LABEL maintainer "Alexey Pustovalov <alexey.pustovalov@zabbix.com>"
ARG APK_FLAGS_COMMON="-q"
ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache"

View File

@ -47,6 +47,7 @@ http {
sendfile on;
client_max_body_size 8m;
client_body_buffer_size 256k;
fastcgi_intercept_errors on;
tcp_nopush on;