File nginx-conf-modsecurity.patch of Package nginx
--- conf/nginx.conf 2022-07-19 16:05:27.000000000 +0200 +++ conf/nginx.conf 2022-08-14 16:19:01.793196603 +0200 @@ -15,6 +15,9 @@ http { + #custom include to initialize ModSecurity globally + include snippets/modsecurity; + include mime.types; default_type application/octet-stream;