Skip to content

Commit

Permalink
fix ping path
Browse files Browse the repository at this point in the history
  • Loading branch information
axos88 committed Jan 19, 2020
1 parent c2b3c77 commit 49770b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pool.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pm.status_path = <%= @status_path %>
; may conflict with a real PHP file.
; Default Value: not set
<% if @ping_path %>
ping_path = <%= @ping_path %>
ping.path = <%= @ping_path %>
<% else %>
;ping.path = /ping
<% end %>
Expand Down

0 comments on commit 49770b9

Please sign in to comment.