summaryrefslogtreecommitdiffstats
path: root/swift/1.4.8/plugins/conf/proxy-server.conf-gluster
diff options
context:
space:
mode:
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-gluster21
1 files changed, 21 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 000000000..1fcde8e0d
--- /dev/null
+++ b/swift/1.4.8/plugins/conf/proxy-server.conf-gluster
@@ -0,0 +1,21 @@
+[DEFAULT]
+bind_port = 8080
+user = root
+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
+
+[filter:healthcheck]
+use = egg:swift#healthcheck
+
+[filter:cache]
+use = egg:swift#memcache