Re: Rewrite rules for Nginx

2022-11-12 Thread Sergey A. Osokin
Hi, hope you're doing well. On Wed, Nov 09, 2022 at 03:59:22PM -0500, Bumb1ebe wrote: > > I am just moving my website from apache to nginx. > > Unfortunately none of the online converters helped me with dealing the > htaccess migration to nginx rewrite rules. > > Can someone help me with rewri

Re: Inheritance issues with ssl_protocols and ssl_ciphers...

2022-11-12 Thread Maxim Dounin
Hello! On Sat, Nov 12, 2022 at 05:24:36AM -0500, wordlesswind wrote: > Hello guys, > > I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf > to prevent someone from scanning the IP to detect the certificate. > > ``` > server { > listen 443 ssl reuseport; >

RE: nginx Digest, Vol 157, Issue 12 / ModSecurity/

2022-11-12 Thread Reinis Rozitis
> Just curious.  I though the WAF and ModSecurity was only available with NGINX Plus on a paid subscription basis ? You can compile the module yourself (either dynamically or inside nginx binary) also on the community version. https://github.com/SpiderLabs/ModSecurity-nginx/releases > Is it poss

Inheritance issues with ssl_protocols and ssl_ciphers...

2022-11-12 Thread wordlesswind
Hello guys, I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf to prevent someone from scanning the IP to detect the certificate. ``` server { listen 443 ssl reuseport; listen [::]:443 ssl; ssl_session_cacheshared:SSL:10m; ssl_ses