We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98d9f0 commit 49b4e56Copy full SHA for 49b4e56
Dockerfile
@@ -17,7 +17,7 @@ RUN addgroup -S nginx \
17
18
ENV NGINX_VERSION=1.11.1 \
19
NGINX_UPSTREAM_MODULE_URL=https://github.com/tarantool/nginx_upstream_module.git \
20
- NGINX_UPSTREAM_MODULE_COMMIT=8290d60 \
+ NGINX_UPSTREAM_MODULE_COMMIT=2d2076c97b7bfa689624518d33dd09497aaecc34 \
21
NGINX_GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8
22
23
ENV NGINX_LUA_MODULE_URL=https://github.com/openresty/lua-nginx-module \
nginx.conf
@@ -1,5 +1,5 @@
1
user nginx;
2
-worker_processes 1;
+worker_processes 2;
3
4
error_log /var/log/nginx/error.log warn;
5
pid /var/run/nginx.pid;
0 commit comments