Merge remote-tracking branch 'origin/main' into ModSecurity_incl

This commit is contained in:
minoplhy 2023-03-04 01:25:43 +07:00
commit 3cb87b14b6

View File

@ -8,7 +8,7 @@ This Script is using to build nginx with quic and some modules i'm currently usi
OS : Debian
```shell
Nginx_Install=yes # This variable is required if you want Nginx to be installed scriptibly (on Debian-based systems).
export Nginx_Install=yes # This variable is required if you want Nginx to be installed scriptibly (on Debian-based systems).
curl https://raw.githubusercontent.com/minoplhy/nginquic/ModSecurity_incl/build.sh | sudo bash
```