We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83d893 commit 99eecd7Copy full SHA for 99eecd7
1 file changed
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