commit 932806b72827a1804f54af29c5a10f5c895605ff parent 8e77f21a8180974d953b19f57f5a87b760c016d3 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Thu, 3 Oct 2013 15:05:13 +0200 Prevent logging of internal redirects Diffstat:
M | telize | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/telize b/telize @@ -49,6 +49,8 @@ server { } location /jsonify { + access_log off; + charset iso-8859-1; default_type application/json;