diff options
Diffstat (limited to 'swift/1.4.8/plugins/conf/proxy-server.conf-gluster')
-rw-r--r-- | swift/1.4.8/plugins/conf/proxy-server.conf-gluster | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/swift/1.4.8/plugins/conf/proxy-server.conf-gluster b/swift/1.4.8/plugins/conf/proxy-server.conf-gluster new file mode 100644 index 00000000000..9bec6425355 --- /dev/null +++ b/swift/1.4.8/plugins/conf/proxy-server.conf-gluster @@ -0,0 +1,24 @@ +[DEFAULT] +bind_port = 8080 +user = root +log_facility = LOG_LOCAL1 + +[pipeline:main] +pipeline = healthcheck cache tempauth gluster proxy-server + +[app:proxy-server] +use = egg:swift#proxy +allow_account_management = true +account_autocreate = true + +[filter:tempauth] +use = egg:swift#tempauth + +[filter:healthcheck] +use = egg:swift#healthcheck + +[filter:cache] +use = egg:swift#memcache + +[filter:gluster] +use = egg:swift#gluster
\ No newline at end of file |