Skip to content

[BUG] Empty timeout Settings leading to failing nginx check #3450

@OLED1

Description

@OLED1

What happened?

Since one of the last updates I am getting this errors:

Failover Message:
bunker-bunkerweb-1:5000 - nginx: configuration file /etc/nginx/nginx.conf test failed

Further checks of the scheduler container revelealed:

[2026-04-17 06:49:42 +0000] [API.CALLER] [35] [❌] - Error while sending API request to http://bunker-bunkerweb-1:5000/reload?test=yes : status = 500, msg = config check failed: nginx: [emerg] invalid number of arguments in "client_body_timeout" directive in /etc/nginx/http.conf:29
nginx: configuration file /etc/nginx/nginx.conf test failed

These are this settings which I did not override anywhere in my config:

# timeouts
client_body_timeout ;
client_header_timeout ;
keepalive_timeout ;
send_timeout ;

They are all empty and causing problems. What could be the problem?

How to reproduce?

Don't know.

Configuration file(s) (yaml or .env)

Relevant log output

BunkerWeb version

1.6.9

What integration are you using?

Docker

Linux distribution (if applicable)

Fedora release 43 (Forty Three)

Removed private data

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions