aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPim van den Berg2018-06-20 21:47:12 +0200
committerGitHub2018-06-20 21:47:12 +0200
commit5fe40a8b4e17a8aeaade04f789b4e95e00dbb8ce (patch)
tree898b12fc8e28d5ee7de1ffacd4c791d18de0510d
parentMerge pull request #160 from gaaf/multi_neg_io (diff)
parentReadme: Reminder to allow .htaccess in vhost config (diff)
downloadapt-panopticon_cgp-5fe40a8b4e17a8aeaade04f789b4e95e00dbb8ce.zip
apt-panopticon_cgp-5fe40a8b4e17a8aeaade04f789b4e95e00dbb8ce.tar.gz
apt-panopticon_cgp-5fe40a8b4e17a8aeaade04f789b4e95e00dbb8ce.tar.bz2
apt-panopticon_cgp-5fe40a8b4e17a8aeaade04f789b4e95e00dbb8ce.tar.xz
Merge pull request #157 from Arvur/master
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----------------