diff options
| author | hukl <contact@smyck.org> | 2009-09-07 14:20:05 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-07 14:20:05 +0200 |
| commit | fa2052b1ed8b51a950d18ed8c620a37dd54c23d3 (patch) | |
| tree | 848a38fcc60202e66f7d749e31d5c69ce8d39359 /config/sphinx.yml | |
| parent | fa38f5cd5c4aded6946f01bd4e5025c3dab8dc74 (diff) | |
fixing searchd configuration
Diffstat (limited to 'config/sphinx.yml')
| -rw-r--r-- | config/sphinx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sphinx.yml b/config/sphinx.yml index faac415..a01c216 100644 --- a/config/sphinx.yml +++ b/config/sphinx.yml | |||
| @@ -5,7 +5,7 @@ development: | |||
| 5 | production: | 5 | production: |
| 6 | enable_star: 1 | 6 | enable_star: 1 |
| 7 | min_infix_len: 1 | 7 | min_infix_len: 1 |
| 8 | config_file: "RAILS_ROOT/config/ENVIRONMENT.sphinx.conf" | 8 | config_file: "/usr/local/etc/sphinx.conf" |
| 9 | searchd_log_file: "/var/log/searchd.log" | 9 | searchd_log_file: "/var/log/searchd.log" |
| 10 | query_log_file: "/var/log/searchd.query.log" | 10 | query_log_file: "/var/log/searchd.query.log" |
| 11 | pid_file: "/var/run/sphinxsearch/searchd.pid" \ No newline at end of file | 11 | pid_file: "/var/run/sphinxsearch/searchd.pid" \ No newline at end of file |
