Skip to content

Instantly share code, notes, and snippets.

Created June 24, 2014 15: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/4dd8a92bf586c3f00acf to your computer and use it in GitHub Desktop.
Save anonymous/4dd8a92bf586c3f00acf 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 .adminm
user_dano_authot = authot .admin
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache
memcache_servers = 94.23.34.79:11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment