Skip to content

Commit 49770b9

Browse files
committed
fix ping path
1 parent c2b3c77 commit 49770b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pool.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pm.status_path = <%= @status_path %>
253253
; may conflict with a real PHP file.
254254
; Default Value: not set
255255
<% if @ping_path %>
256-
ping_path = <%= @ping_path %>
256+
ping.path = <%= @ping_path %>
257257
<% else %>
258258
;ping.path = /ping
259259
<% end %>

0 commit comments

Comments
 (0)