We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3974272 commit ea8d129Copy full SHA for ea8d129
README.md
@@ -63,7 +63,7 @@ Effortlessly configure the module's behavior with precision using these Apache d
63
3. Navigate to the module directory: `cd mod_antiddos`
64
4. Execute installation: `make`
65
5. Move Plugin to Apache Libdir `mv .libs/mod_antiddos.so /usr/lib/apache2/modules/`
66
-6. Tailor module options in the Apache configuration file for a seamless integration, minimal config for apache2.local:
+6. Tailor module options in the Apache configuration file for a seamless integration, minimal config for apache2.conf:
67
```
68
# apache2.conf:
69
LoadModule antiddos_module /usr/lib/apache2/modules/mod_antiddos.so
0 commit comments