Skip to content

[Help] Add new nginx settings to fix Misredirect with Apache #2641

@Gimly86

Description

@Gimly86

Hello all,

This is not an issue, it is possible to change to discussion please ?
We can't open new discusion.

VM : Only dedicated to BunkerWeb
O/S : Debian 12
Nginx : 1.28.0-1~bookworm
BunkerWeb : 1.6.2 (No Pro license)

Apache push update to fix CVE-2025-23048.
But now with BunkerWeb, we have code HTTP "421 - Misredirect Request"

The fix to solve this problem on Nginx is to add :

proxy_ssl_server_name on;
proxy_ssl_session_reuse off;
proxy_ssl_name $host;

So, i want to know , in reverse proxy module on global config in Web-ui, how I can add this settings (Advanced or RAW mode)

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions