thekief
thekief
To clear up a small misunderstanding, the "Proxy Protocol" I am talking about, is specified in the `listen`-directive [^1]. I will add an example configuration tomorrow. [^1]: https://nginx.org/en/docs/http/ngx_http_core_module.html#:~:text=%20the%20proxy_protocol%20parameter%20(1.5.12)%20allows%20specifying%20that%20all%20connections%20accepted%20on%20this%20port%20should%20use%20the%20proxy%20protocol.%20
Just a quick update that I couldn't get to it yet, as some other things were more pressing. I should have something working by Monday 😅
Hi, I'm really sorry for my late reply, I had to deal with other things -.- > Thanks - then I can help you to create test cases. And of...
Regarding configuration, I would have done the following: **nginx.conf**: ```nginx pid /tmp/nginx.pid; error_log /dev/stdout info; events { worker_connections 2000; } user www-data; http { server { listen 8080 proxy_protocol; root...
No, the issue is not with Firefox but with RocketChat. Every other application that uses `ctrl + b` to make text bold seems to work. In addition, it would be...
@reetp please re-read my comment https://github.com/RocketChat/Rocket.Chat/issues/34021#issuecomment-2496281317 . The issue with `ctrl+b` solely exists with RocketChat in combination with Firefox. Every other web app supporting formatting seems to work fine, just...
Thank you for your answer. Regarding this "special case", do you really do not need `event.preventDefault();` for key shortcuts, such as `ctrl + k`?
Thanks for sticking with me. The context of my question was that I'm thinking about potentially opening a bug ticket in Mozilla's Bugzilla.
@bavshin-f5 sorry to ping you, but I was wondering, if you, as the top contributor, could give some insight here.
Thank you for confirming my assessment. In this context, I was wondering, if there is a general roadmap regarding Rust and its introduction to `nginx`. My biggest question in this...