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
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;
>
> 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
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