Guest User

proxy conf

a guest
Nov 8th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [DEFAULT]
  2. # Enter these next two values if using SSL certifications
  3. cert_file = /etc/swift/cert.crt
  4. key_file = /etc/swift/cert.key
  5. bind_port = 8080
  6. workers = 8
  7. user = swift
  8.  
  9. [pipeline:main]
  10. # keep swauth in the line below if you plan to use swauth for authentication
  11. #pipeline = catch_errors cache swauth proxy-server
  12. pipeline = healthcheck cache swauth proxy-server
  13.  
  14. [app:proxy-server]
  15. use = egg:swift#proxy
  16. allow_account_management = true
  17.  
  18. [filter:swauth]
  19. use = egg:swauth#swauth
  20. set log_name = swauth
  21. super_admin_key = swauthkey
  22.  
  23. [filter:healthcheck]
  24. use = egg:swift#healthcheck
  25.  
  26. [filter:cache]
  27. use = egg:swift#memcache
  28. memcache_servers = 10.30.239.198:11211
  29.  
Advertisement
Add Comment
Please, Sign In to add comment