aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/httpd.conf-example (renamed from config/httpd.conf)0
-rw-r--r--doc/INSTALL.md4
2 files changed, 2 insertions, 2 deletions
diff --git a/config/httpd.conf b/config/httpd.conf-example
index e468a1e96..e468a1e96 100644
--- a/config/httpd.conf
+++ b/config/httpd.conf-example
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 37bcec0b6..278aee370 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -359,8 +359,8 @@ It is not recommended to run the website using the default Rails web
server. There are various recommendations here:
http://rubyonrails.org/deploy
-We usually use Passenger / mod_rails. The file at `conf/httpd.conf`
-contains the WhatDoTheyKnow settings. At a minimum, you should
+We usually use Passenger / mod_rails. The file at `conf/httpd.conf-example`
+gives you an example config file for WhatDoTheyKnow. At a minimum, you should
include the following in an Apache configuration file:
PassengerResolveSymlinksInDocumentRoot on