Merge "Update proxy.conf example with the latest pipeline"
This commit is contained in:
@@ -56,7 +56,7 @@ bind_port = 8080
|
|||||||
user = swift
|
user = swift
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = healthcheck cache authtoken keystoneauth proxy-server
|
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache authtoken keystoneauth proxy-logging proxy-server
|
||||||
|
|
||||||
[app:proxy-server]
|
[app:proxy-server]
|
||||||
use = egg:swift#proxy
|
use = egg:swift#proxy
|
||||||
@@ -84,14 +84,22 @@ admin_tenant_name = service
|
|||||||
admin_user = swift
|
admin_user = swift
|
||||||
admin_password = <replaceable>SWIFT_PASS</replaceable>
|
admin_password = <replaceable>SWIFT_PASS</replaceable>
|
||||||
|
|
||||||
|
[filter:healthcheck]
|
||||||
|
use = egg:swift#healthcheck
|
||||||
|
|
||||||
[filter:cache]
|
[filter:cache]
|
||||||
use = egg:swift#memcache
|
use = egg:swift#memcache
|
||||||
|
set log_name = cache
|
||||||
|
|
||||||
[filter:catch_errors]
|
[filter:catch_errors]
|
||||||
use = egg:swift#catch_errors
|
use = egg:swift#catch_errors
|
||||||
|
|
||||||
[filter:healthcheck]
|
[filter:gatekeeper]
|
||||||
use = egg:swift#healthcheck
|
use = egg:swift#gatekeeper
|
||||||
|
|
||||||
|
[filter:proxy-logging]
|
||||||
|
use = egg:swift#proxy_logging
|
||||||
|
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<note>
|
<note>
|
||||||
<para>If you run multiple memcache servers, put the
|
<para>If you run multiple memcache servers, put the
|
||||||
|
Reference in New Issue
Block a user