aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDenis Grinyuk2018-01-18 10:49:22 +0300
committerDenis Grinyuk2018-01-18 10:50:55 +0300
commit38f4a6b805947ff2d2cf27dc65e612e92bd45388 (patch)
treeaeeb753818f41af339a7eb54c2db9b7cee024d42
parentMerge pull request #156 from Arvur/master (diff)
downloadapt-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
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4f3c52..6c67d74 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,11 @@ browsers download the RRD files and allows the user to zoom and move though the
37history using their pointer device. 37history using their pointer device.
38 38
39See [doc/nginx.conf](doc/nginx.conf) for an example configuration for the nginx 39See [doc/nginx.conf](doc/nginx.conf) for an example configuration for the nginx
40web server. The `.htaccess` file in the top-level directory can serve as a guide 40web server.
41for Apache configuration. 41
42The `.htaccess` file in the top-level directory can serve as a guide for Apache
43configuration. Add `AllowOverride` directive to your virtual host configuration
44to allow `.htaccess` use.
42 45
43Performance tips 46Performance tips
44---------------- 47----------------