Skip to content

Commit 99eecd7

Browse files
committed
feat(router): use new reuseport option
1 parent f83d893 commit 99eecd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)