diff options
| author | Denis Grinyuk | 2018-01-18 10:49:22 +0300 |
|---|---|---|
| committer | Denis Grinyuk | 2018-01-18 10:50:55 +0300 |
| commit | 38f4a6b805947ff2d2cf27dc65e612e92bd45388 (patch) | |
| tree | aeeb753818f41af339a7eb54c2db9b7cee024d42 | |
| parent | Merge pull request #156 from Arvur/master (diff) | |
| download | apt-panopticon_cgp-38f4a6b805947ff2d2cf27dc65e612e92bd45388.zip apt-panopticon_cgp-38f4a6b805947ff2d2cf27dc65e612e92bd45388.tar.gz apt-panopticon_cgp-38f4a6b805947ff2d2cf27dc65e612e92bd45388.tar.bz2 apt-panopticon_cgp-38f4a6b805947ff2d2cf27dc65e612e92bd45388.tar.xz | |
Readme: Reminder to allow .htaccess in vhost config
Diffstat (limited to '')
| -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 | ---------------- |
