Skip to content

Commit

Permalink
fix bad directive name
Browse files Browse the repository at this point in the history
  • Loading branch information
axos88 committed Nov 30, 2016
1 parent fe9ade0 commit b2a3809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/pool.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ pm.status_path = <%= @status_path %>
; may conflict with a real PHP file.
; Default Value: not set
<% if @ping_path %>
pm.ping_path = <%= @ping_path %>
ping.path = <%= @ping_path %>
<% else %>
;ping.path = /ping
ping.path = /ping
<% end %>

; This directive may be used to customize the response of a ping request. The
Expand Down

0 comments on commit b2a3809

Please sign in to comment.