~ubuntu-branches/ubuntu/vivid/swift/vivid

« back to all changes in this revision

Viewing changes to etc/proxy-server.conf-sample

  • Committer: Package Import Robot
  • Author(s): James Page, Chuck Short, James Page
  • Date: 2014-12-19 14:33:19 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20141219143319-kbs2wk1dixt2aoqq
Tags: 2.2.1-0ubuntu1
[ Chuck Short ]
* Open for Vivid.
* d/control: Update branch locations.

[ James Page ]
* New upstream release:
  - d/p/*: Refresh.
* d/control: Bumped Standards-Version 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# to /info.  You can withhold subsections by separating the dict level with a
18
18
# ".".  The following would cause the sections 'container_quotas' and 'tempurl'
19
19
# to not be listed, and the key max_failed_deletes would be removed from
20
 
# bulk_delete.  Default is empty, allowing all registered fetures to be listed
 
20
# bulk_delete.  Default is empty, allowing all registered features to be listed
21
21
# via HTTP GET /info.
22
22
# disallowed_sections = container_quotas, tempurl, bulk_delete.max_failed_deletes
23
23
 
532
532
 
533
533
# delete_container_retry_count = 0
534
534
 
535
 
# Note: Put after auth in the pipeline.
536
 
[filter:container-quotas]
537
 
use = egg:swift#container_quotas
538
 
 
539
535
# Note: Put after auth and staticweb in the pipeline.
540
536
[filter:slo]
541
537
use = egg:swift#slo
568
564
# Time limit on GET requests (seconds)
569
565
# max_get_time = 86400
570
566
 
 
567
# Note: Put after auth in the pipeline.
 
568
[filter:container-quotas]
 
569
use = egg:swift#container_quotas
 
570
 
 
571
# Note: Put after auth in the pipeline.
571
572
[filter:account-quotas]
572
573
use = egg:swift#account_quotas
573
574
 
591
592
# Set this to specify this clusters //realm/cluster as "current" in /info
592
593
# current = //REALM/CLUSTER
593
594
 
594
 
# Note: Put it at the beginning of the pipleline to profile all middleware. But
 
595
# Note: Put it at the beginning of the pipeline to profile all middleware. But
595
596
# it is safer to put this after catch_errors, gatekeeper and healthcheck.
596
597
[filter:xprofile]
597
598
use = egg:swift#xprofile