diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -37,8 +37,11 @@ browsers download the RRD files and allows the user to zoom and move though the | |||
37 | history using their pointer device. | 37 | history using their pointer device. |
38 | 38 | ||
39 | See [doc/nginx.conf](doc/nginx.conf) for an example configuration for the nginx | 39 | See [doc/nginx.conf](doc/nginx.conf) for an example configuration for the nginx |
40 | web server. The `.htaccess` file in the top-level directory can serve as a guide | 40 | web server. |
41 | for Apache configuration. | 41 | |
42 | The `.htaccess` file in the top-level directory can serve as a guide for Apache | ||
43 | configuration. Add `AllowOverride` directive to your virtual host configuration | ||
44 | to allow `.htaccess` use. | ||
42 | 45 | ||
43 | Performance tips | 46 | Performance tips |
44 | ---------------- | 47 | ---------------- |