Create and edit /etc/swift/proxy-server.conf and add the following lines to the file:
[DEFAULT] bind_port = 8080 user = swift log_facility = LOG_LOCAL1 [pipeline:main] pipeline = healthcheck cache tempauth proxy-server [app:proxy-server] use = egg:swift#proxy allow_account_management = true account_autocreate = true [filter:tempauth] use = egg:swift#tempauth user_admin_admin = admin .admin .reseller_admin user_test_tester = testing .admin [filter:healthcheck] use = egg:swift#healthcheck [filter:cache] use = egg:swift#memcache
Note: You can find sample configuration files at the "etc" directory in the source. If you used apt-get to install swift, the configuration samples can be found at "/usr/share/doc/swift/"
