Skip to content

Commit 02364d8

Browse files
committed
Merge pull request #3801 from aledbf/update_nginx_1.9.1
feat(router): use new reuseport option
2 parents a3ce6ce + 99eecd7 commit 02364d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

router/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ -z $DOCKER_BUILD ]]; then
1010
exit 1
1111
fi
1212

13-
export VERSION_NGINX=nginx-1.9.0
13+
export VERSION_NGINX=nginx-1.9.1
1414
export VERSION_NAXSI=0d53a64ed856e694fcb4038748c8cf6d5551a603
1515

1616
export BUILD_PATH=/tmp/build

router/image/templates/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ http {
300300

301301
# healthcheck
302302
server {
303-
listen 80 default_server{{ if ne $useProxyProtocol "false" }} proxy_protocol{{ end }};
303+
listen 80 default_server reuseport{{ if ne $useProxyProtocol "false" }} proxy_protocol{{ end }};
304304
location /health-check {
305305
default_type 'text/plain';
306306
access_log off;

0 commit comments

Comments
 (0)