From e122b4737386a692c73af02800bb5a8894cc1e08 Mon Sep 17 00:00:00 2001 From: Luis Hdez Date: Sun, 2 Jun 2013 00:33:12 +0200 Subject: [PATCH] Fix warning for deprecated comment method PHP Deprecated: Comments starting with '#' are deprecated --- templates/default/pool.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/pool.conf.erb b/templates/default/pool.conf.erb index ef5be53..d95f5eb 100644 --- a/templates/default/pool.conf.erb +++ b/templates/default/pool.conf.erb @@ -1,7 +1,7 @@ ; Start a new pool named '<%= @pool_name %>'. [<%= @pool_name %>] -# <%= [@params].flatten.join " " %> +; <%= [@params].flatten.join " " %> ; The address on which to accept FastCGI requests. ; Valid syntaxes are: ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on