Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- # Enter these next two values if using SSL certifications
- cert_file = /etc/swift/cert.crt
- key_file = /etc/swift/cert.key
- bind_port = 8080
- workers = 8
- user = swift
- [pipeline:main]
- # keep swauth in the line below if you plan to use swauth for authentication
- #pipeline = catch_errors cache swauth proxy-server
- pipeline = healthcheck cache swauth proxy-server
- [app:proxy-server]
- use = egg:swift#proxy
- allow_account_management = true
- [filter:swauth]
- use = egg:swauth#swauth
- set log_name = swauth
- super_admin_key = swauthkey
- [filter:healthcheck]
- use = egg:swift#healthcheck
- [filter:cache]
- use = egg:swift#memcache
- memcache_servers = 10.30.239.198:11211
Advertisement
Add Comment
Please, Sign In to add comment