[nginx-php][boring-nginx] update to 1.13.10 and increase proxy timeout

This commit is contained in:
Roman Hoellen 2018-03-20 19:07:23 +01:00
parent e202b027d5
commit 60ad3ec520
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.7
ENV UID=991 GID=991 ENV UID=991 GID=991
ARG NGINX_VERSION=1.13.9 ARG NGINX_VERSION=1.13.10
ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8"
ARG BUILD_CORES ARG BUILD_CORES

View File

@ -4,3 +4,8 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Remote-Port $remote_port; proxy_set_header X-Remote-Port $remote_port;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off; proxy_redirect off;
proxy_connect_timeout 1400;
proxy_send_timeout 1400;
proxy_read_timeout 1400;
send_timeout 1400;

View File

@ -2,7 +2,7 @@ FROM alpine:3.7
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.13.9 ARG NGINX_VER=1.13.10
ARG PHP_VER=7.1.15 ARG PHP_VER=7.1.15
ARG LIBICONV_VERSION=1.15 ARG LIBICONV_VERSION=1.15

View File

@ -2,7 +2,7 @@ FROM alpine:3.7
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.13.9 ARG NGINX_VER=1.13.10
ARG PHP_VER=7.2.3 ARG PHP_VER=7.2.3
ARG LIBICONV_VERSION=1.15 ARG LIBICONV_VERSION=1.15