-
Hello all, This is not an issue, it is possible to change to discussion please ? VM : Only dedicated to BunkerWeb Apache push update to fix CVE-2025-23048. The fix to solve this problem on Nginx is to add :
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Gimly86, you can create custom configurations to do so: https://docs.bunkerweb.io/latest/advanced/#custom-configurations |
Beta Was this translation helpful? Give feedback.
@TheophileDiot thanks for your reply.
I add this to a custom global configuration with server-http :
`proxy_ssl_session_reuse off;
proxy_ssl_name $host;`
And it fix the error.
I think is a good Idea to add this settings on future release ;)