We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3ce6ce + 99eecd7 commit 02364d8Copy full SHA for 02364d8
2 files changed
router/build.sh
@@ -10,7 +10,7 @@ if [[ -z $DOCKER_BUILD ]]; then
10
exit 1
11
fi
12
13
-export VERSION_NGINX=nginx-1.9.0
+export VERSION_NGINX=nginx-1.9.1
14
export VERSION_NAXSI=0d53a64ed856e694fcb4038748c8cf6d5551a603
15
16
export BUILD_PATH=/tmp/build
router/image/templates/nginx.conf
@@ -300,7 +300,7 @@ http {
300
301
# healthcheck
302
server {
303
- listen 80 default_server{{ if ne $useProxyProtocol "false" }} proxy_protocol{{ end }};
+ listen 80 default_server reuseport{{ if ne $useProxyProtocol "false" }} proxy_protocol{{ end }};
304
location /health-check {
305
default_type 'text/plain';
306
access_log off;
0 commit comments