Skip to content

Commit

Permalink
sphinx default port has changed to 9312
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Feb 22, 2011
1 parent 2ff0188 commit eee2bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# pid file:: log/searchd.#{environment}.pid
# searchd files:: db/sphinx/#{environment}/
# address:: 127.0.0.1
# port:: 3312
# port:: 9312
# allow star:: false
# min prefix length:: 1
# min infix length:: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ check process sphinx with pidfile <%= pidfile %>
group sphinx-<%= RUBBER_ENV %>
start program = "/usr/bin/sudo -H -u <%= rubber_env.app_user %> bash -l -c '<%= start_program %>'"
stop program = "/usr/bin/sudo -H -u <%= rubber_env.app_user %> bash -l -c '<%= stop_program %>'"
if failed host <%= rubber_env.host %> port 3312 with timeout 5 seconds for 5 cycles then restart
if failed host <%= rubber_env.host %> port 9312 with timeout 5 seconds for 5 cycles then restart

0 comments on commit eee2bd0

Please sign in to comment.