From 7fb6b5ca9893639e553f64eb52f350a39fc26ddd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Mon, 4 Jul 2011 12:49:46 +0000 Subject: [PATCH] fix comment syntax --- sapi/fpm/php-fpm.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index 6cd6c1bf52..e692a7f829 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -322,7 +322,7 @@ pm.max_children = 50 ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e ; %f: script filename -: %l: content-length of the request (for POST request only) +; %l: content-length of the request (for POST request only) ; %m: request method ; %M: peak of memory allocated by PHP ; it can accept the following format: -- 2.40.0