summaryrefslogtreecommitdiffstats
path: root/swift/1.4.8/plugins/conf/proxy-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'swift/1.4.8/plugins/conf/proxy-server.conf')
-rw-r--r--swift/1.4.8/plugins/conf/proxy-server.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/swift/1.4.8/plugins/conf/proxy-server.conf b/swift/1.4.8/plugins/conf/proxy-server.conf
deleted file mode 100644
index 9bec64253..000000000
--- a/swift/1.4.8/plugins/conf/proxy-server.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-[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