summaryrefslogtreecommitdiff
path: root/doc/saio/swift/object-server/4.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/saio/swift/object-server/4.conf')
-rw-r--r--doc/saio/swift/object-server/4.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/saio/swift/object-server/4.conf b/doc/saio/swift/object-server/4.conf
index 86ba2621e..0ab17690d 100644
--- a/doc/saio/swift/object-server/4.conf
+++ b/doc/saio/swift/object-server/4.conf
@@ -11,7 +11,7 @@ recon_cache_path = /var/cache/swift4
eventlet_debug = true
[pipeline:main]
-pipeline = recon object-server
+pipeline = healthcheck recon object-server
[app:object-server]
use = egg:swift#object
@@ -19,6 +19,9 @@ use = egg:swift#object
[filter:recon]
use = egg:swift#recon
+[filter:healthcheck]
+use = egg:swift#healthcheck
+
[object-replicator]
rsync_module = {replication_ip}::object{replication_port}