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.conf21
1 files changed, 0 insertions, 21 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 1fcde8e0d..000000000
--- a/swift/1.4.8/plugins/conf/proxy-server.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-[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