Skip to content

Commit

Permalink
Fix documentation quirks.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 15, 2010
1 parent 3bc0282 commit 74c4a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/Users guide Apache.txt
Expand Up @@ -1523,7 +1523,7 @@ displaying maintenance.html will work fine even for URLs starting with "/users".

=== Logging and debugging options ===

=== PassengerLogLevel <integer> ===
==== PassengerLogLevel <integer> ====
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.
Expand All @@ -1540,7 +1540,7 @@ Possible values are:
This option may only occur once, in the global server configuration.
The default is '0'.

=== PassengerDebugLogFile <filename> ===
==== PassengerDebugLogFile <filename> ====
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.
Expand Down
5 changes: 3 additions & 2 deletions doc/Users guide Nginx.txt
Expand Up @@ -1218,7 +1218,8 @@ Yes. And it does not perform any certificate validation.


=== Logging and debugging options ===
=== passenger_log_level <integer> ===

==== passenger_log_level <integer> ====
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.
Expand All @@ -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 <filename> ===
==== passenger_debug_log_file <filename> ====
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.
Expand Down

0 comments on commit 74c4a25

Please sign in to comment.