~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to etc/object-server.conf-sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
2
# bind_ip = 0.0.0.0
3
3
# bind_port = 6000
 
4
# bind_timeout = 30
4
5
# backlog = 4096
5
6
# workers = 1
6
7
# user = swift
26
27
# log_statsd_port = 8125
27
28
# log_statsd_default_sample_rate = 1
28
29
# log_statsd_metric_prefix =
 
30
# eventlet_debug = false
29
31
 
30
32
[pipeline:main]
31
 
pipeline = recon object-server
 
33
pipeline = healthcheck recon object-server
32
34
 
33
35
[app:object-server]
34
36
use = egg:swift#object
57
59
# allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest
58
60
# auto_create_account_prefix = .
59
61
 
 
62
[filter:healthcheck]
 
63
use = egg:swift#healthcheck
 
64
# An optional filesystem path, which if present, will cause the healthcheck
 
65
# URL to return "503 Service Unavailable" with a body of "DISABLED BY FILE"
 
66
# disable_path =
 
67
 
60
68
[filter:recon]
61
69
use = egg:swift#recon
62
70
#recon_cache_path = /var/cache/swift