You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Apache. As a result, This current version has less dependencies, fewer bugs, and
26
26
Before compile this software make sure that you have libmodsecurity installed.
27
27
You can download it from the ModSecurity git repository. For information pertaining to the compilation and installation of libmodsecurity please consult the documentation provided along with it.
28
28
29
-
With libmodsecurity installed, you can proceed with the installation of the ModSecurity-nginx connector, which follow thes Nginx 3rd party module installation procedure:
29
+
With libmodsecurity installed, you can proceed with the installation of the ModSecurity-nginx connector, which follow the Nginx 3rd party module installation procedure:
@@ -41,9 +41,9 @@ ModSecurity for Nginx extends your Nginx configuration directives. It adds four
41
41
new directives and they are:
42
42
43
43
modsecurity [On|Off] - This directive turns on or off ModSecurity functionality. Note that
44
-
this configuration directive is no longer related to the SecRule state. Instead, it now serves soley as an Nginx flag to enable or disable the module.
44
+
this configuration directive is no longer related to the SecRule state. Instead, it now serves solely as an Nginx flag to enable or disable the module.
45
45
46
-
modsecurity_rules_file [<pathtorulesfile>] - This directive indicates the location of the modsecurity configuartion file.
46
+
modsecurity_rules_file [<pathtorulesfile>] - This directive indicates the location of the modsecurity configuration file.
47
47
48
48
modsecurity_rules_remote [server-key][<urltorules>] - This directive is used to indicate from where (on the internet) a modsecurity configuration file will be downloaded. It also specifies the key that will be used to authenticate to that server.
49
49
@@ -104,7 +104,7 @@ are willing to help with. Thank you.
104
104
105
105
## Providing Patches
106
106
107
-
We prefer to have your patch within the GtiHub infrastructure to facilitate our
107
+
We prefer to have your patch within the GitHub infrastructure to facilitate our
108
108
review work, and our QA integration. GitHub provides an excellent
109
109
documentation on how to perform “Pull Requests”. More information available
@@ -129,7 +129,7 @@ You may also take a look at recent bug reports and open issues to get an idea of
129
129
### Testing your patch
130
130
131
131
Along with the manual testing, we strongly recommend that you to use the nginx test
132
-
utility to make sure that you patch does not adversly affect the behavior or performance of Nginx.
132
+
utility to make sure that you patch does not adversely affect the behavior or performance of Nginx.
133
133
134
134
The nginx tests are available on: http://hg.nginx.org/nginx-tests/
135
135
@@ -171,7 +171,7 @@ security@modsecurity.org to report the issue. Once the problem is fixed we will
171
171
172
172
## Feature Request
173
173
174
-
We would love to discuss any ideas that you may have for a new feature. Please keep in mind this is a community driven project so be sure to contact the community via the mailing list to get feedback first. Alternativly,
174
+
We would love to discuss any ideas that you may have for a new feature. Please keep in mind this is a community driven project so be sure to contact the community via the mailing list to get feedback first. Alternatively,
175
175
feel free to open GitHub issues requesting for new features. Before opening a new issue, please check if there is an existing feature request for the desired functionality.
0 commit comments