Skip to content

Commit 49b4e56

Browse files
committed
Bump nginx's version for the docker
1 parent f98d9f0 commit 49b4e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN addgroup -S nginx \
1717

1818
ENV NGINX_VERSION=1.11.1 \
1919
NGINX_UPSTREAM_MODULE_URL=https://github.com/tarantool/nginx_upstream_module.git \
20-
NGINX_UPSTREAM_MODULE_COMMIT=8290d60 \
20+
NGINX_UPSTREAM_MODULE_COMMIT=2d2076c97b7bfa689624518d33dd09497aaecc34 \
2121
NGINX_GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8
2222

2323
ENV NGINX_LUA_MODULE_URL=https://github.com/openresty/lua-nginx-module \

Diff for: nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user nginx;
2-
worker_processes 1;
2+
worker_processes 2;
33

44
error_log /var/log/nginx/error.log warn;
55
pid /var/run/nginx.pid;

0 commit comments

Comments
 (0)