Skip to content

Commit

Permalink
Fix warning for deprecated comment method
Browse files Browse the repository at this point in the history
PHP Deprecated:  Comments starting with '#' are deprecated
  • Loading branch information
luishdez committed Jun 1, 2013
1 parent 7a02e83 commit e122b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/pool.conf.erb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e122b47

Please sign in to comment.