Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2014 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/93bd04b3ebfaddb34ca8 to your computer and use it in GitHub Desktop.
Save anonymous/93bd04b3ebfaddb34ca8 to your computer and use it in GitHub Desktop.
[DEFAULT]
bind_port = 8080
workers = 8
user = swift
[pipeline:main]
pipeline = healthcheck proxy-logging cache tempauth proxy-logging proxy-server
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true
[filter:proxy-logging]
use = egg:swift#proxy_logging
[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .admin http://<public_ip_address>:8080/v1/AUTH_system
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache
memcache_servers = <public_ip_address>:11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment