diff options
author | nil <nil@web> | 2011-03-05 13:01:26 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-05 13:01:26 +0000 |
commit | b79affa873df5fab1ca531433ba67ddb1c7bd5c5 (patch) | |
tree | 95ee751f040fa226633353257dbddbdb1f3efde5 | |
parent | 827d503e28dce5740b543ad1a4a62d0c9f758a08 (diff) |
ikiwiki behind a nginx proxy
-rw-r--r-- | doc/bugs/git_stderr_output_causes_problems.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/git_stderr_output_causes_problems.mdwn b/doc/bugs/git_stderr_output_causes_problems.mdwn index c25ef6927..d6f14a7f3 100644 --- a/doc/bugs/git_stderr_output_causes_problems.mdwn +++ b/doc/bugs/git_stderr_output_causes_problems.mdwn @@ -40,3 +40,6 @@ Ikiwiki's git handling is sending a bunch of output to stderr. The following pa >> I'm happy with the wrapper script solution, so this is [[done]]. >> And this report is now here to point others to that solution. + +This is also useful when running ikiwiki behind a nginx proxy, because nginx +considers this stderr as invalid headers and reports a server error. |