From 74c4a258739723351ff7431748ca2a26fe3d6e3e Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Wed, 15 Sep 2010 16:20:09 +0200 Subject: [PATCH] Fix documentation quirks. --- doc/Users guide Apache.txt | 4 ++-- doc/Users guide Nginx.txt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Users guide Apache.txt b/doc/Users guide Apache.txt index 2cdfdecaab..4ae5c6fcf0 100644 --- a/doc/Users guide Apache.txt +++ b/doc/Users guide Apache.txt @@ -1523,7 +1523,7 @@ displaying maintenance.html will work fine even for URLs starting with "/users". === Logging and debugging options === -=== PassengerLogLevel === +==== PassengerLogLevel ==== This option allows one to specify how much information Phusion Passenger should write to the Apache error log file. A higher log level value means that more information will be logged. @@ -1540,7 +1540,7 @@ Possible values are: This option may only occur once, in the global server configuration. The default is '0'. -=== PassengerDebugLogFile === +==== PassengerDebugLogFile ==== By default Phusion Passenger debugging and error messages are written to the global web server error log. This option allows one to specify the file that debugging and error messages should be written to instead. diff --git a/doc/Users guide Nginx.txt b/doc/Users guide Nginx.txt index 135aa78c53..a8c2b3ea32 100644 --- a/doc/Users guide Nginx.txt +++ b/doc/Users guide Nginx.txt @@ -1218,7 +1218,8 @@ Yes. And it does not perform any certificate validation. === Logging and debugging options === -=== passenger_log_level === + +==== passenger_log_level ==== This option allows one to specify how much information Phusion Passenger should write to the Nginx error log file. A higher log level value means that more information will be logged. @@ -1235,7 +1236,7 @@ Possible values are: This option may only occur once, in the 'http' configuration block. The default is '0'. -=== passenger_debug_log_file === +==== passenger_debug_log_file ==== By default Phusion Passenger debugging and error messages are written to the global web server error log. This option allows one to specify the file that debugging and error messages should be written to instead.