Skip to content

Commit 04cd978

Browse files
committed
doc: fixed the link to nginx debug logging doc.
1 parent 5e51396 commit 04cd978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ server {
986986
Trouble Shooting
987987
================
988988

989-
To debug issues, you should always check your Nginx `error.log` file first. If no error messages are printed, you need to enable the Nginx debugging logs to get more details, as explained in [[Debugging#Debugging_log]].
989+
To debug issues, you should always check your Nginx `error.log` file first. If no error messages are printed, you need to enable the Nginx debugging logs to get more details, as explained in [debugging log](http://nginx.org/en/docs/debugging_log.html).
990990

991991
Several common pitfalls for beginners:
992992

doc/HttpSRCacheModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ This variable was first introduced in the <code>v0.14</code> release.
810810

811811
= Trouble Shooting =
812812

813-
To debug issues, you should always check your Nginx <code>error.log</code> file first. If no error messages are printed, you need to enable the Nginx debugging logs to get more details, as explained in [[Debugging#Debugging_log]].
813+
To debug issues, you should always check your Nginx <code>error.log</code> file first. If no error messages are printed, you need to enable the Nginx debugging logs to get more details, as explained in [http://nginx.org/en/docs/debugging_log.html debugging log].
814814

815815
Several common pitfalls for beginners:
816816

0 commit comments

Comments
 (0)