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